[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r17146: {website} Tweaks to stylesheet-ltr.css. Full justify for <p> and <li>, (website/branches/zed)
Author: zed
Date: 2008-10-23 16:46:54 -0400 (Thu, 23 Oct 2008)
New Revision: 17146
Modified:
website/branches/zed/stylesheet-ltr.css
Log:
Tweaks to stylesheet-ltr.css. Full justify for <p> and <li>, reduced body text size a smidgen, and other cosmetic amendments.
Modified: website/branches/zed/stylesheet-ltr.css
===================================================================
--- website/branches/zed/stylesheet-ltr.css 2008-10-23 05:02:31 UTC (rev 17145)
+++ website/branches/zed/stylesheet-ltr.css 2008-10-23 20:46:54 UTC (rev 17146)
@@ -1,11 +1,11 @@
body {
- background-color: white;
- margin-top: 0px;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 1em;
- font-style: normal;
- color: #000000;
- padding-top: 0px;
+ background-color: white;
+ margin-top: 0px;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 0.8em;
+ font-style: normal;
+ color: #000000;
+ padding-top: 0px;
}
/* images */
@@ -16,7 +16,8 @@
li {
- margin: .2em .2em .2em 1em;
+ margin: 0.2em 2em 0.2em 1em;
+ text-align: justify;
}
/* this centers the page */
@@ -145,8 +146,9 @@
}
p {
- margin-top: 0;
- margin-bottom: 1em;
+ margin-top: 0;
+ margin-bottom: 1em;
+ text-align: justify;
}
a:link {
@@ -205,14 +207,14 @@
}
td.banner-middle {
- background-color: #00802B;
- background-image: url("images/top-middle.png");
- background-repeat: repeat-x;
- vertical-align: bottom;
- padding-bottom: 10px;
- color: white;
- font-weight: bold;
- font-size: 1em;
+ background-image: url("images/top-middle.png");
+ background-repeat: repeat-x;
+ vertical-align: middle;
+ padding-bottom: 10px;
+ color: white;
+ font-weight: bold;
+ font-size: 0.8em;
+ background-color: #00802B;
}
td.banner-middle a, td.banner-middle a:visited {
@@ -229,11 +231,11 @@
}
td.banner-right {
- background-image: url("images/top-right.png");
- background-repeat: no-repeat;
- width: 180px;
- background-position: right;
- padding-top: 8px;
+ background-image: url("images/top-right.png");
+ background-repeat: no-repeat;
+ width: 180px;
+ background-position: right;
+ padding-top: 8px;
}
.banner-middle a.current {
@@ -379,4 +381,3 @@
font-weight: bolder;
font-style: italic;
}
-