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

Unified Diff: remoting/webapp/main.css

Issue 9562044: Added connection history (minus the history data) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: remoting/webapp/main.css
diff --git a/remoting/webapp/main.css b/remoting/webapp/main.css
index b3faa9c4f2404e86363088e7686f3929a2d5579e..1f9ee9145e7557194e503c9ec617990acc1e772c 100644
--- a/remoting/webapp/main.css
+++ b/remoting/webapp/main.css
@@ -33,10 +33,6 @@ table {
border-collapse: separate;
border-spacing: 0;
}
-caption,th,td {
- text-align: left;
- font-weight: normal;
-}
blockquote:before,blockquote:after,
q:before,q:after {
content: "";
@@ -4451,7 +4447,7 @@ h1.icon-label {
font-family: "Open sans", "Ariel", sans-serif
}
-h2 {
+section > h2 {
color: #666;
}
@@ -4761,14 +4757,6 @@ td {
opacity: 0.75;
}
-#divider-top {
- margin: 10px 0 15px 0;
-}
-
-#divider-bottom {
- margin: 25px 0 10px 0;
-}
-
#email-status {
margin-__MSG_@@bidi_end_edge__: 0.5ex;
}

Powered by Google App Engine
This is Rietveld 408576698