diff options
author | Florent Neveu (Captain) <neveu.etna@gmail.com> | 2006-09-19 19:55:27 +0200 |
---|---|---|
committer | Captain <neveu.etna@gmail.com> | 2006-09-19 19:55:27 +0200 |
commit | 1bd2541e8db3fb0011eea65b6a7d23c80c5e28ef (patch) | |
tree | 7ab248794511fc45bf141f2c4264872ec39adbe1 /blog/themes/typo/phokus_else/stylesheets | |
parent | modify mn-bottom (diff) | |
download | web-1bd2541e8db3fb0011eea65b6a7d23c80c5e28ef.tar.xz |
modify mn-top
Diffstat (limited to 'blog/themes/typo/phokus_else/stylesheets')
-rw-r--r-- | blog/themes/typo/phokus_else/stylesheets/phokus.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/blog/themes/typo/phokus_else/stylesheets/phokus.css b/blog/themes/typo/phokus_else/stylesheets/phokus.css index 33dc198..f007715 100644 --- a/blog/themes/typo/phokus_else/stylesheets/phokus.css +++ b/blog/themes/typo/phokus_else/stylesheets/phokus.css @@ -83,7 +83,7 @@ body { h1,
h2 {
- color: #fff;
+ color: #000;
font-family: "Lucida Grande", "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
}
@@ -118,7 +118,7 @@ h1 a, h2 a {
background: none;
border: none;
- color: #fff;
+ color: #000;
text-decoration: none;
}
h1 a:hover,
@@ -208,7 +208,7 @@ h1 { width: 501px;
}
h2 {
- background: #0a78cb url(../../images/theme/mn-top.gif) no-repeat 0 0;
+ background: #0a78cb url(../../images/theme/mn-top_else.png) no-repeat 0 0;
font-size: 2.2em;
margin: 0 0 0 -25px;
padding: 15px 34px 12px 20px;
|