summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-07-01 12:56:03 +0300
committerAndrew Dolgov <[email protected]>2018-07-01 12:56:03 +0300
commit8e0b5bf920421801d8f94d9c5a581c10f51ec3d0 (patch)
tree2906f7b0fd4b8ed17d75f324476a1747c1126afd /css
parent8a23fe6dbe7a5a98ef0d3c83faed584817894a69 (diff)
toolbar: use minimal buttons
Diffstat (limited to 'css')
-rw-r--r--css/read.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/css/read.css b/css/read.css
index 512e151..50da780 100644
--- a/css/read.css
+++ b/css/read.css
@@ -61,7 +61,8 @@
text-align : right;
}
.toolbar > * {
- margin-left : 5px;
+ margin-left : 10px;
+ cursor : pointer;
}
#reader {
position : absolute;