diff css/mpiwg.css @ 150:7771cdd95398

bookmark tabs.
author casties
date Mon, 03 Jun 2013 13:26:25 +0200
parents e34232fbe622
children 6bdf54b67fca
line wrap: on
line diff
--- a/css/mpiwg.css	Mon Jun 03 12:56:29 2013 +0200
+++ b/css/mpiwg.css	Mon Jun 03 13:26:25 2013 +0200
@@ -1353,13 +1353,12 @@
 #bookmarks {
     position: absolute;
     top: 0;
-	right: -130px;
+	right: -131px;
 	width: 130px;
 }
 
 #bookmarks div.bookmark {
     z-index: 1;
-    position: relative;
 	font-family: Georgia, Times, serif;
     font-style: italic;
     font-size: 16px;
@@ -1372,8 +1371,14 @@
 
 #bookmarks div.bookmark a {
     display: inline-block;
+    position: relative;
     width: 100px;
 	color: #3b4186;
     background: url(../images/internal.png) center right no-repeat;
     padding-right: 13px;
-}
\ No newline at end of file
+}
+
+#bookmarks div.bookmark a img {
+    position: absolute;
+    right: 13px;
+}