summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne Babenhauserheide <arne_bab@web.de>2009-06-08 00:31:23 +0200
committerArne Babenhauserheide <arne_bab@web.de>2009-06-08 00:31:23 +0200
commit168013c5af2f3f2013e552935456cebfd1b4829b (patch)
treed8bbfc04a66bb25195d63cfd0912fb70a621c074
parent43734a7c7ccb93957bed8a29616e47e135f2791e (diff)
Removed the borders around 'what is' and mission again and made the borders around news grey.
-rw-r--r--local.css12
1 files changed, 3 insertions, 9 deletions
diff --git a/local.css b/local.css
index f2de9cc8..786552ca 100644
--- a/local.css
+++ b/local.css
@@ -192,7 +192,7 @@ a:hover
.newsitem
{
- border: 1px solid black;
+ border: 1px solid grey;
overflow: auto;
}
.newsitem .newsitemheader .header
@@ -200,8 +200,8 @@ a:hover
max-width: 30%;
float: left;
margin-right: 1em;
- border-bottom: 1px solid black;
- border-right: 1px solid black;
+ border-bottom: 1px solid grey;
+ border-right: 1px solid grey;
}
.newsitem .header,
.newsitem .author
@@ -260,9 +260,6 @@ a:hover
padding-left: 1ex;
padding-top: 0.5ex;
padding-bottom: 0.5ex;
- border-width: thin;
- border-style: solid;
- border-color: grey;
}
#mission {
@@ -272,7 +269,4 @@ a:hover
padding-left: 1ex;
padding-top: 0.5ex;
padding-bottom: 0.5ex;
- border-width: thin;
- border-style: solid;
- border-color: grey;
}