mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-04-01 04:58 am

[dw-nonfree] Tropo css in universal style sheets

[commit: http://hg.dwscoalition.org/dw-nonfree/rev/92cc6ce61e47]

http://bugs.dwscoalition.org/show_bug.cgi?id=537

Move some CSS that is specific to Tropospherical into the right place.

Patch by [personal profile] branchandroot.

Files modified:
  • htdocs/stc/tropo/red.css
--------------------------------------------------------------------------------
diff -r a7ed720191d8 -r 92cc6ce61e47 htdocs/stc/tropo/red.css
--- a/htdocs/stc/tropo/red.css	Wed Apr 01 03:59:59 2009 +0000
+++ b/htdocs/stc/tropo/red.css	Wed Apr 01 04:58:49 2009 +0000
@@ -681,3 +681,22 @@ table.editfilters td {
 .appwidget-createaccountprofile .field-name {
     background-color: #e0e0e0;
 }
+
+/* Comments */
+.cmtbar-odd {
+    border-bottom: 1px solid #c1272c;
+    border-right: 1px solid #c1272c;
+    background-color: #c0c0c0;
+}
+
+.cmtbar-even {
+    border-bottom: 1px solid #f4717a;
+    border-right: 1px solid #f4717a;
+    background-color: #e2e2e2;
+}
+
+/* Profile */
+.username {
+    border-bottom: 1px solid #c7e0f6;
+    background-color: #ecf6ff;
+}
\ No newline at end of file
--------------------------------------------------------------------------------