Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
The menu font should be font: 14px sans-serif; by default
  • Loading branch information
gourneau committed Mar 27, 2012
commit c8e7737ea4d5c300885587d3a2b0fd1df66494c9
1 change: 1 addition & 0 deletions jquery.dropdown.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.dropdown-menu {
font: 14px sans-serif;
position: absolute;
z-index: 9999999;
display: none;
Expand Down