diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-06-05 22:54:53 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-06-05 22:54:53 +0400 |
| commit | 3e008206a6349733878e95dbead3cdc10125c16c (patch) | |
| tree | d3571f7b960081207fb29d0073a9f5eeac56951d | |
| parent | ffc21d2b5470c74ca34128a6948550a997d1043c (diff) | |
move notify a bit to the left so it woulnd't obscure browser scrollbar
| -rw-r--r-- | css/tt-rss.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/tt-rss.css b/css/tt-rss.css index 944b7aa7c..d40c7bf52 100644 --- a/css/tt-rss.css +++ b/css/tt-rss.css @@ -128,7 +128,7 @@ a:hover { #notify { bottom : 10px; - right : 10px; + right : 20px; border-width : 1px; border-style : solid; position : absolute; |