summaryrefslogtreecommitdiffstats
path: root/design
diff options
context:
space:
mode:
Diffstat (limited to 'design')
-rw-r--r--design/white-site/src/site/resources/css/site.css13
1 files changed, 6 insertions, 7 deletions
diff --git a/design/white-site/src/site/resources/css/site.css b/design/white-site/src/site/resources/css/site.css
index 13fa49ebb..80a0a9a7c 100644
--- a/design/white-site/src/site/resources/css/site.css
+++ b/design/white-site/src/site/resources/css/site.css
@@ -17,12 +17,12 @@
.sidebar3 {
width: 10em;
float: right;
- text-align:center;
+ text-align: center;
}
#sidebarb {
font-size: small;
- text-align:center;
+ text-align: center;
padding: 10px 10px 10px 10px;
border: 1px #DFDEDE solid;
width: 10em;
@@ -38,20 +38,19 @@
}
#download {
- font-size: 11px;
background-image: url( ../images/dl.gif );
- background-repeat:no-repeat;
+ background-repeat: no-repeat;
float: right;
font-size: small;
- font-weight:bold;
+ font-weight: bold;
margin: 10px;
padding: 10px;
- height:auto;
+ height: auto;
width: 10em;
display: block;
}
-#download a:link, a:visited {
+#download a {
text-decoration: none;
}