r9511 - apps/gobi/trunk/code/Page/skins
| Newsgroups | gmane.comp.java.helma.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: hannes
Date: 2009-02-17 20:04:55 +0100 (Tue, 17 Feb 2009)
New Revision: 9511
Modified:
apps/gobi/trunk/code/Page/skins/stylesheet.skin
Log:
Explicitly use "1px" rather than "thin" for borders.
Details at http://dev.helma.org/trac/helma/changeset/9511
Modified: apps/gobi/trunk/code/Page/skins/stylesheet.skin
===================================================================
--- apps/gobi/trunk/code/Page/skins/stylesheet.skin 2009-02-17 16:04:53 UTC (rev 9510)
+++ apps/gobi/trunk/code/Page/skins/stylesheet.skin 2009-02-17 19:04:55 UTC (rev 9511)
@@ -386,7 +386,7 @@
pre {
background-color: #ffd;
- border: thin solid #aa6;
+ border: 1px solid #aa6;
padding: 0.5em;
overflow: auto;
}
@@ -408,7 +408,7 @@
font-size:0.9em;
color: #999;
background-color: #eef;
- border: thin solid #999;
+ border: 1px solid #999;
padding: 0 1em;
margin-top: 1em;
}
@@ -422,7 +422,7 @@
font-size:0.95em;
color: #555;
background-color: #eef;
- border: thin solid #669;
+ border: 1px solid #669;
padding: 0 1em;
margin-top: 2em;
}