X-Git-Url: http://gitweb.fperrin.net/?p=djsite.git;a=blobdiff_plain;f=quotes%2Fstatic%2Fquotes%2Fstyle.css;h=db5467189a4638c85f27d2bd39d3d02042871301;hp=007cfe18af12eaf92e143b26351cf4f9b20e9a6e;hb=a9afd9f8e0f00de00d27fc7569c0d0b8f22f4302;hpb=979f7e231fdda726b78bb00914d4a5e22a1d81b7 diff --git a/quotes/static/quotes/style.css b/quotes/static/quotes/style.css index 007cfe1..db54671 100644 --- a/quotes/static/quotes/style.css +++ b/quotes/static/quotes/style.css @@ -2,6 +2,10 @@ a { color: black; } +a:hover { + text-decoration: none; +} + .quote { background-color: #ffbd33; border: 3px solid #ff5733; @@ -16,3 +20,8 @@ a { .quote .author .name { font-style: italic; } + +.permalink { + font-size: 0.8em; + text-align: right; +}