diff options
author | Brett Porter <brett@apache.org> | 2006-09-05 14:53:29 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2006-09-05 14:53:29 +0000 |
commit | b2d80fe809faf44f70f155afadc2db23e81a2513 (patch) | |
tree | c9077966cf7ae77d81113e18d7f9ac46aaf40f4d /design | |
parent | f157afbc57e011c66a8b51269b7610a688977a8a (diff) | |
download | archiva-b2d80fe809faf44f70f155afadc2db23e81a2513.tar.gz archiva-b2d80fe809faf44f70f155afadc2db23e81a2513.zip |
apply a new stylesheet
Submitted by: Joel Sudiacal (CSS and icons)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440363 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'design')
-rw-r--r-- | design/white-site/src/site/resources/css/site.css | 13 |
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; } |