Skip to content
Snippets Groups Projects
Commit 1c7861bb authored by Bryn Edwards's avatar Bryn Edwards Committed by Alex Biehl
Browse files

Fix #249 (#655)

parent ffa6b592
No related branches found
No related tags found
No related merge requests found
......@@ -285,6 +285,7 @@ div.top h5 {
padding: 0 8px 2px 5px;
margin-right: -3px;
background-color: #f0f0f0;
-moz-user-select: none;
}
div.subs {
......
......@@ -394,6 +394,7 @@ div#style-menu-holder {
background: #f0f0f0;
padding: 0 0.5em 0.2em;
margin: 0 -0.5em 0 0;
-moz-user-select: none;
}
#interface .src .selflink {
border-left: 1px solid #919191;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment