summaryrefslogtreecommitdiffstats
path: root/static/css/main.css
diff options
context:
space:
mode:
authorMarian Sigler <m@qjym.de>2012-10-18 17:33:20 +0200
committerMarian Sigler <m@qjym.de>2012-10-18 17:34:59 +0200
commita0373ecc8a576a528985653933b5a95b4114ca72 (patch)
tree5703751c6c9bc4b829a6c58cbb225d3d49a73458 /static/css/main.css
parentde354c097f62d0f109f82d9430e7a05d2ab59c3f (diff)
downloadwww-a0373ecc8a576a528985653933b5a95b4114ca72.tar.gz
www-a0373ecc8a576a528985653933b5a95b4114ca72.tar.bz2
www-a0373ecc8a576a528985653933b5a95b4114ca72.zip
font bigger, links not bold, and other little changes
Diffstat (limited to 'static/css/main.css')
-rw-r--r--static/css/main.css11
1 files changed, 7 insertions, 4 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 9960239..a78cfee 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -46,18 +46,18 @@ footer{
a {
text-decoration: none;
- font-weight: bold;
color: #d00;
}
a:hover {
- color: #320000;
- text-decoration: none;
+ color: #d00;
+ text-decoration: underline;
}
nav a {
color: #000;
+ font-weight: bold;
}
nav a:hover {
@@ -78,6 +78,9 @@ nav a:hover {
#services .desc {
padding: 1em;
}
+#services .desc a {
+ font-weight: bold;
+}
.service-row {
margin: 2em 0;
@@ -122,7 +125,7 @@ nav a:hover {
float: right;
}
-#howto-index li {
+#howtos-index li {
list-style-type: none;
margin: 2% 0%;
}