plutopluto

git clone https://git.ce9e.org/plutopluto.git

commit
a378578e930238b951ea7703ec9c2fd2f574c053
parent
994525b6548bb4648f7e7bc84c5bc3255380291f
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2014-09-26 18:52
fix visited link styling

Diffstat

M CHANGELOG.rst 9 +++++++++
M plutopluto/static/plutopluto.css 4 ++--

2 files changed, 11 insertions, 2 deletions


diff --git a/CHANGELOG.rst b/CHANGELOG.rst

@@ -1,3 +1,12 @@
   -1     1 1.0.2 (unreleased)
   -1     2 ------------------
   -1     3 
   -1     4 Bugs
   -1     5 ````
   -1     6 
   -1     7 -   Fix visited link color.
   -1     8 
   -1     9 
    1    10 1.0.1
    2    11 -----
    3    12 

diff --git a/plutopluto/static/plutopluto.css b/plutopluto/static/plutopluto.css

@@ -2,12 +2,12 @@ a img {
    2     2 	border: none;
    3     3 }
    4     4 
    5    -1 a:link {
   -1     5 a {
    6     6 	color: inherit;
    7     7 	text-decoration: underline;
    8     8 }
    9     9 
   10    -1 a:link:hover, a:link:focus {
   -1    10 a:hover, a:focus {
   11    11 	text-decoration: none;
   12    12 }
   13    13