Skip to content
Snippets Groups Projects
Commit 3d537060 authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Prevent form styling from affecting theme and language selection menus.

parent 8de0d53d
No related merge requests found
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
&:focus, &:focus,
&:hover {color: #000;} &:hover {color: #000;}
} }
header .dropdown form { display: none; }
.list-unstyled {margin: 0;} .list-unstyled {margin: 0;}
.highlight,mark { .highlight,mark {
background: lighten(#FF0, 20%); background: lighten(#FF0, 20%);
......
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