X-Git-Url: http://git.plutz.net/?p=bookman;a=blobdiff_plain;f=bookmarks.css;h=f905773f64e3bf2dc0f247b618a8d6a1210f1b44;hp=db96bd81d4be765260e48b2480f8d9b891bba14a;hb=206364757997f75d7fb6f26fd86714b477cc7329;hpb=7b2162fb64011ee5fcab94c2240d301bab9f71ae diff --git a/bookmarks.css b/bookmarks.css index db96bd8..f905773 100644 --- a/bookmarks.css +++ b/bookmarks.css @@ -148,6 +148,7 @@ html, body { width: 16em; display: inline-block; margin: .5em 1em; + white-space: nowrap; } .bookmark > a.modify { @@ -169,12 +170,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;