diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-09-09 05:01:58 -0700 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-09-09 05:01:58 -0700 |
commit | 2230a38cd678259947ccaffecee579604822d1cf (patch) | |
tree | 7ee8787fce39dcec7f3699068c9ac51bbdcb1c30 /tpl/css | |
parent | ef6051b95e2e289bb32107b75594406db2801653 (diff) | |
parent | 2edde7fe337a8502ee5d37ae0b76f76295864b7c (diff) | |
download | wallabag-2230a38cd678259947ccaffecee579604822d1cf.tar.gz wallabag-2230a38cd678259947ccaffecee579604822d1cf.tar.zst wallabag-2230a38cd678259947ccaffecee579604822d1cf.zip |
Merge pull request #205 from NumEricR/less-is-more
Less is more :-)
Diffstat (limited to 'tpl/css')
-rw-r--r-- | tpl/css/style.css | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tpl/css/style.css b/tpl/css/style.css index f07072a7..5f7fd77d 100644 --- a/tpl/css/style.css +++ b/tpl/css/style.css | |||
@@ -236,12 +236,7 @@ a, a:hover, a:visited { | |||
236 | margin: 2px; | 236 | margin: 2px; |
237 | } | 237 | } |
238 | .pagination .disabled { | 238 | .pagination .disabled { |
239 | border: 1px solid #eee; | 239 | display: none; |
240 | color: #ddd; | ||
241 | margin: 2px; | ||
242 | padding: 4px 8px; | ||
243 | font-size: 11px; | ||
244 | font-weight: bold; | ||
245 | } | 240 | } |
246 | 241 | ||
247 | #bookmarklet { | 242 | #bookmarklet { |