X-Git-Url: http://git.plutz.net/?p=bookman;a=blobdiff_plain;f=bookmarks.css;h=6c6b54b1f8f79d98e7d4634db9a3a11472be1cbd;hp=db96bd81d4be765260e48b2480f8d9b891bba14a;hb=104596e3d1aa06eb5cb6108b477e2b379b202537;hpb=7b2162fb64011ee5fcab94c2240d301bab9f71ae diff --git a/bookmarks.css b/bookmarks.css index db96bd8..6c6b54b 100644 --- a/bookmarks.css +++ b/bookmarks.css @@ -1,4 +1,5 @@ * { /* RESET */ + font-size: medium; margin: 0; padding: 0; text-decoration: none; @@ -148,6 +149,7 @@ html, body { width: 16em; display: inline-block; margin: .5em 1em; + white-space: nowrap; } .bookmark > a.modify { @@ -169,12 +171,11 @@ html, body { .bookmark:hover { left: -1em; padding-left: 1em; } .bookmark:hover > a.bmove { display: inline-block; } .bookmark > a.bmove:before { color: #888; font-size: medium; } -.bookmark > a.bmove:nth-of-type(3) { position: absolute; left: 0; } -.bookmark > a.bmove:nth-of-type(3):before { content: '\25c0'; } -.bookmark > a.bmove:nth-of-type(4):before { content: '\25b6'; } +.bookmark > a.bmove:nth-last-of-type(2) { position: absolute; left: 0; } +.bookmark > a.bmove:nth-last-of-type(2):before { content: '\25c0'; } +.bookmark > a.bmove:nth-last-of-type(1):before { content: '\25b6'; } -.bookmark > a.link { margin-left: 0;} -.bookmark > a.link > img { +.bookmark img { height: 1.25em; vertical-align: text-bottom; margin: 0 .5ex;