From: <rv...@us...> - 2010-03-12 00:27:57
|
Revision: 548 http://treebase.svn.sourceforge.net/treebase/?rev=548&view=rev Author: rvos Date: 2010-03-12 00:27:51 +0000 (Fri, 12 Mar 2010) Log Message: ----------- Fixed some CSS validation errors. Modified Paths: -------------- trunk/treebase-web/src/main/webapp/styles/styles.css Modified: trunk/treebase-web/src/main/webapp/styles/styles.css =================================================================== --- trunk/treebase-web/src/main/webapp/styles/styles.css 2010-03-12 00:02:30 UTC (rev 547) +++ trunk/treebase-web/src/main/webapp/styles/styles.css 2010-03-12 00:27:51 UTC (rev 548) @@ -46,7 +46,7 @@ #contentRight h1 { margin: 0px; padding: 15px; - border-top: 1px solid silver; + border-top: 1px solid #3d649f; background-image: url("../images/footer_bg.gif") } @@ -57,7 +57,7 @@ } #contentRight h2 { - border-top: 1px solid silver + border-top: 1px solid #3d649f } /* Page Structure/Layout @@ -262,7 +262,6 @@ float: right; font-family: "Lucida Grande", sans-serif; font-style: italic; -// font-size: 118%; display: block; margin: 0 1px 0 0; height: inherit; @@ -346,18 +345,12 @@ margin-left: 15px; } -#navlist li { -// border-left: 5px solid #3863a4 -} - #contentRight { background-color: white } #sidebarLeftGutter { - background-color: #f0f0f0; - border-right: 1px solid silver; - border-bottom: 1px solid silver + background-color: #e8e8e8 } /* Login Area Styles *******************************************************************************************/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |