Commit 7fb7f8c3 by Scott Vivian

Snow theme: prevent answer selection icon (tick) being hidden; fixes #13

parent 4f47fc42
...@@ -2043,6 +2043,7 @@ a.qa-browse-cat-link:visited { ...@@ -2043,6 +2043,7 @@ a.qa-browse-cat-link:visited {
padding: 20px 10px; padding: 20px 10px;
border-top: 1px solid #eee; border-top: 1px solid #eee;
border-bottom: 1px solid #ccc; border-bottom: 1px solid #ccc;
min-height: 108px; /* prevent tick icon being hidden */
} }
/* zoom for IE, padding for early FF */ /* zoom for IE, padding for early FF */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment