|
From: <br...@us...> - 2009-03-20 07:38:54
|
Revision: 3854
http://openvrml.svn.sourceforge.net/openvrml/?rev=3854&view=rev
Author: braden
Date: 2009-03-20 07:38:38 +0000 (Fri, 20 Mar 2009)
Log Message:
-----------
Style tweaks for Internet Explorer.
Modified Paths:
--------------
htdocs/index.php
htdocs/openvrml.css
Modified: htdocs/index.php
===================================================================
--- htdocs/index.php 2009-03-20 06:26:13 UTC (rev 3853)
+++ htdocs/index.php 2009-03-20 07:38:38 UTC (rev 3854)
@@ -238,7 +238,7 @@
}
.projsummary :link, .projsummary :visited {
display: block;
- color: inherit;
+ color: white;
border-style: none;
padding-top: 0.5em;
padding-bottom: 0.5em;
@@ -246,9 +246,6 @@
.projsummary :link:hover, .projsummary :visited:hover {
background-color: #b6c4d1;
}
-.sflogo {
- float: right;
-}
</style>
</head>
<body>
Modified: htdocs/openvrml.css
===================================================================
--- htdocs/openvrml.css 2009-03-20 06:26:13 UTC (rev 3853)
+++ htdocs/openvrml.css 2009-03-20 07:38:38 UTC (rev 3854)
@@ -53,6 +53,7 @@
}
hr {
+ color: red;
background-color: red;
height: 3px;
border-color: red;
@@ -150,4 +151,5 @@
.footer :link:hover img, .footer :visited:hover img {
padding: 1px;
border-style: solid;
+ border-color: white;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|