You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2005/09/30 18:02:23 UTC

svn commit: r292794 - in /incubator/roller/branches/roller_2.0/web/theme/tan: colors.css two-banner.gif

Author: snoopdave
Date: Fri Sep 30 09:02:19 2005
New Revision: 292794

URL: http://svn.apache.org/viewcvs?rev=292794&view=rev
Log:
Tweaks to tan theme colors

Modified:
    incubator/roller/branches/roller_2.0/web/theme/tan/colors.css
    incubator/roller/branches/roller_2.0/web/theme/tan/two-banner.gif

Modified: incubator/roller/branches/roller_2.0/web/theme/tan/colors.css
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/theme/tan/colors.css?rev=292794&r1=292793&r2=292794&view=diff
==============================================================================
--- incubator/roller/branches/roller_2.0/web/theme/tan/colors.css (original)
+++ incubator/roller/branches/roller_2.0/web/theme/tan/colors.css Fri Sep 30 09:02:19 2005
@@ -62,7 +62,7 @@
     background: url("two-togglegrey.gif") repeat-x top; 
 }
 div.entriesBox {
-   background: #f5e9d0;
+   background: #f1ebdf;
 }
 div.entryTitleBox {
    color: white; 
@@ -75,7 +75,7 @@
    font-size: medium;
 }
 div.entryBoxPinned {
-   background: #f5e9d0; 
+   background: #f1ebdf; 
    border-bottom: 1px #c8af7b solid;
 }
 a.entryTitle, a:active.entryTitle, a:visited.entryTitle {
@@ -101,14 +101,14 @@
     color: white;
 }
 .sidebarFade, div.sidebarBody {
-    background: #f5e9d0;
+    background: #f1ebdf;
     color: #666666;
 }
 .searchSidebarHead {
-    background: #f5e9d0;
+    background: #f1ebdf;
 }
 .searchSidebarBody {
-    background: #f5e9d0;
+    background: #f1ebdf;
 }
 
 /* ------------------------------------------------------------------------ */
@@ -144,4 +144,4 @@
 }
 td.mm_table_actions {
     background: #fff4d4;
-}
\ No newline at end of file
+}

Modified: incubator/roller/branches/roller_2.0/web/theme/tan/two-banner.gif
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/theme/tan/two-banner.gif?rev=292794&r1=292793&r2=292794&view=diff
==============================================================================
Binary files - no diff available.