summaryrefslogtreecommitdiff
path: root/public/stylesheets
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-03-04 23:13:30 +0100
committerhukl <contact@smyck.org>2009-03-04 23:13:30 +0100
commit98f6f775d27e3a5dadfbecdcbe6dec02f88367eb (patch)
treed3e613748dad1cf31beb2449b6c6524629d84a73 /public/stylesheets
parent7b5048c0f124e453e4179a7c54858eb5d48fcec2 (diff)
links in menu, edit button when logged in and css fixes
Diffstat (limited to 'public/stylesheets')
-rwxr-xr-xpublic/stylesheets/styled.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/public/stylesheets/styled.css b/public/stylesheets/styled.css
index 0c131f3..4502529 100755
--- a/public/stylesheets/styled.css
+++ b/public/stylesheets/styled.css
@@ -194,14 +194,15 @@ hr.subtitle {
194#content a { 194#content a {
195 padding: 1em; 195 padding: 1em;
196 margin: -1em; 196 margin: -1em;
197 color: #eab407; 197 color: #4d4d4d;
198 font-family: Verdana; 198 font-family: Verdana;
199 text-decoration: none; 199 text-decoration: underline;
200} 200}
201 201
202#content a:hover { 202#content a:hover {
203 padding: 1em; 203 padding: 1em;
204 text-decoration: underline; 204 text-decoration: underline;
205 color: #eab407;
205} 206}
206 207
207div.teaserruler { 208div.teaserruler {
@@ -473,7 +474,7 @@ img {
473 474
474h2 { 475h2 {
475 font-family: Georgia; 476 font-family: Georgia;
476 font-size: 1.64em; 477 font-size: 1.84em;
477 font-weight: normal; 478 font-weight: normal;
478} 479}
479 480