X-Git-Url: http://gitweb.fperrin.net/?p=djsite.git;a=blobdiff_plain;f=quotes%2Fstatic%2Fquotes%2Fstyle.css;h=a32d644a5974cc8f842f61d5b190738589510c1a;hp=db5467189a4638c85f27d2bd39d3d02042871301;hb=6a49a8c1fc4489784da44482f0aad9ab491ef0a0;hpb=af3f857eea25b939f927832741f377e4de401f9c diff --git a/quotes/static/quotes/style.css b/quotes/static/quotes/style.css index db54671..a32d644 100644 --- a/quotes/static/quotes/style.css +++ b/quotes/static/quotes/style.css @@ -1,7 +1,10 @@ -a { +body { color: black; + background-color: white; } +a { color: black; } + a:hover { text-decoration: none; } @@ -25,3 +28,8 @@ a:hover { font-size: 0.8em; text-align: right; } + +.hidden_details { + /* displayed through Javascript */ + display: none; +}