Skip to content

Commit 1c63ec7

Browse files
authored
Fix off-by-one issues with style select display
1 parent e58b7dd commit 1c63ec7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

styles/prosilver/theme/demo.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ a.button:hover {
110110
#sibling-select {
111111
margin-left: 10px;
112112
padding: 0;
113-
width: 33px;
113+
width: 34px;
114114
}
115115

116116
#prev, #next {
@@ -151,7 +151,7 @@ a#next:hover span { background-position: 6px -26px; }
151151
height: 300px;
152152
margin-left: -100px;
153153
position: absolute;
154-
width: 420px;
154+
width: 421px;
155155
z-index: 500;
156156
}
157157

0 commit comments

Comments
 (0)