bookmark-stack

web extension to save pages in a stack for reading them later  https://addons.mozilla.org/firefox/addon/bookmark-stack/
git clone https://git.ce9e.org/bookmark-stack.git

commit
bc31d8d1685dfc571a59b63c98cf9356fdd0cbf1
parent
dfd31be1184d8286e37b000b735dd8f4a1c3002c
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2017-01-05 23:47
refactor styling

Diffstat

M stack.html 5 ++++-

1 files changed, 4 insertions, 1 deletions


diff --git a/stack.html b/stack.html

@@ -1,10 +1,13 @@
    1     1 <style>
   -1     2 body {
   -1     3 	font-size: 90%;
   -1     4 }
   -1     5 
    2     6 #bookmarks {
    3     7 	margin: 0;
    4     8 	padding: 0;
    5     9 	list-style: none;
    6    10 
    7    -1 	font-size: 120%;
    8    11 	line-height: 2;
    9    12 }
   10    13