Minor CSS fix for links.
authorEugen Sawin <sawine@me73.com>
Mon, 20 Feb 2012 15:40:08 +0100
changeset 1962dd7efaa05
parent 0 a2f88c3bd824
child 2 b25c62d210f5
Minor CSS fix for links.
httpdocs/style.css
pseudoword.py
     1.1 --- a/httpdocs/style.css	Mon Feb 20 15:10:53 2012 +0100
     1.2 +++ b/httpdocs/style.css	Mon Feb 20 15:40:08 2012 +0100
     1.3 @@ -134,7 +134,7 @@
     1.4      padding-right: 5em;
     1.5  }
     1.6  
     1.7 -a:link { 
     1.8 +a, a:link, a:visited { 
     1.9      color: #ddd;
    1.10      text-decoration: none; 
    1.11  }
     2.1 --- a/pseudoword.py	Mon Feb 20 15:10:53 2012 +0100
     2.2 +++ b/pseudoword.py	Mon Feb 20 15:40:08 2012 +0100
     2.3 @@ -3,7 +3,7 @@
     2.4  
     2.5  
     2.6  def main():
     2.7 -    return seed(10000, 13)
     2.8 +    return seed(10000, 12)
     2.9      db = Database('data/names')
    2.10      k = 0.1
    2.11      while True: