aboutsummaryrefslogtreecommitdiffstats
path: root/dev-random2
diff options
context:
space:
mode:
authorm-r-r <raybaudroigm@gmail.com>2012-07-26 15:39:38 +0200
committerm-r-r <raybaudroigm@gmail.com>2012-07-26 15:39:38 +0200
commita451e774c4a476452350616160a10884cd12872c (patch)
tree64962d1c6f928a474ae252f17f7ef41d1f2be1e5 /dev-random2
parentc55d10de9c103e2c023ef1f40f4f4c0502570e69 (diff)
downloadpelican-themes-a451e774c4a476452350616160a10884cd12872c.zip
pelican-themes-a451e774c4a476452350616160a10884cd12872c.tar.gz
pelican-themes-a451e774c4a476452350616160a10884cd12872c.tar.bz2
[dev-random2] Fixed a link problem, new screenshot
Diffstat (limited to 'dev-random2')
-rw-r--r--dev-random2/screenshot.pngbin65391 -> 95384 bytes
-rw-r--r--dev-random2/static/css/theme.css14
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-random2/screenshot.png b/dev-random2/screenshot.png
index 234b5f8..0d2bd2f 100644
--- a/dev-random2/screenshot.png
+++ b/dev-random2/screenshot.png
Binary files differ
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 {