Skip to content

Commit de3f826

Browse files
authored
Hotfix
Border radius for image title
1 parent f68e72e commit de3f826

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webkit_slider.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
padding: 4px 8px;
2727
background-color: rgba(0, 0, 0, 0.4);
2828
color: white;
29+
border-radius: 0 0 4px 4px;
2930
}
3031
#slidernum{
3132
position: absolute;
@@ -36,4 +37,4 @@
3637
}
3738
#slidertitle, #slidernum{
3839
margin: 0
39-
}
40+
}

0 commit comments

Comments
 (0)