Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(627)

Unified Diff: remoting/webapp/connection_history.css

Issue 9582038: CSS clean-up. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed dangling brace. Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | remoting/webapp/host_list.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/connection_history.css
diff --git a/remoting/webapp/connection_history.css b/remoting/webapp/connection_history.css
index 7b5cf80784cf690e5cf91b535bc09ef5c13bad89..2664094836d4e735481272446f90c67579bf068b 100644
--- a/remoting/webapp/connection_history.css
+++ b/remoting/webapp/connection_history.css
@@ -25,6 +25,8 @@
width: 100%;
line-height: 2.1;
border-bottom: 1px solid #ebebeb;
+ border-collapse: separate;
+ border-spacing: 0;
}
#connection-history-table td:last-child {
« no previous file with comments | « no previous file | remoting/webapp/host_list.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698