diff options
author | m-r-r <raybaudroigm@gmail.com> | 2012-07-26 15:39:38 +0200 |
---|---|---|
committer | m-r-r <raybaudroigm@gmail.com> | 2012-07-26 15:39:38 +0200 |
commit | a451e774c4a476452350616160a10884cd12872c (patch) | |
tree | 64962d1c6f928a474ae252f17f7ef41d1f2be1e5 | |
parent | c55d10de9c103e2c023ef1f40f4f4c0502570e69 (diff) | |
download | pelican-themes-a451e774c4a476452350616160a10884cd12872c.tar.gz |
[dev-random2] Fixed a link problem, new screenshot
-rw-r--r-- | dev-random2/screenshot.png | bin | 65391 -> 95384 bytes | |||
-rw-r--r-- | dev-random2/static/css/theme.css | 14 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-random2/screenshot.png b/dev-random2/screenshot.png Binary files differindex 234b5f8..0d2bd2f 100644 --- a/dev-random2/screenshot.png +++ b/dev-random2/screenshot.png diff --git a/dev-random2/static/css/theme.css b/dev-random2/static/css/theme.css index e4cd594..88c0a8e 100644 --- a/dev-random2/static/css/theme.css +++ b/dev-random2/static/css/theme.css @@ -134,7 +134,7 @@ h1.small-title { font-weight: normal; } -a, a:link, a:visited { +a, a:visited { text-decoration: underline; color: #29476B; } @@ -144,10 +144,14 @@ a:active, a:focus { outline-style: dotted; } -h1 a, h2 a, h3 a, -h4 a, h5 a, h6 a { - color: inherit !important; - text-decoration: none!important; +h1 a, h1 a:visited, +h2 a, h2 a:visited, +h3 a, h3 a:visited, +h4 a, h4 a:visited, +h5 a, h5 a:visited, +h6 a, h6 a:visited { + color: #222; + text-decoration: none; } a.goto { |