summaryrefslogtreecommitdiff
path: root/static/files/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/files/style.css')
-rw-r--r--static/files/style.css14
1 files changed, 11 insertions, 3 deletions
diff --git a/static/files/style.css b/static/files/style.css
index eca1ee82..85f72612 100644
--- a/static/files/style.css
+++ b/static/files/style.css
@@ -613,7 +613,15 @@ div#screenshots {
margin: 0;
padding: 0;
}
-div#screenshots a {
+div#screenshots b {
+ display: block;
+ margin: 0;
+ padding: 0;
+ width: 100%;
+ background-color: #f5f5f5;
+ font-weight: normal;
+}
+div#screenshots a.shot {
display: block;
float: left;
width: 136px;
@@ -623,10 +631,10 @@ div#screenshots a {
text-decoration: none;
text-align: center;
}
-div#screenshots a:hover {
+div#screenshots a.shot:hover {
background-color: #ccc;
}
-div#screenshots a b {
+div#screenshots a.shot b {
display: block;
margin: -16px 0 0 0;
padding: 0;