Navigation Menu

Skip to content

Commit

Permalink
Fix button bars in Firefox
Browse files Browse the repository at this point in the history
Strange Twitter Bootstrap bug...
  • Loading branch information
fzaninotto committed Mar 8, 2012
1 parent e3f1725 commit 117747a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions app/dashboard/public/stylesheets/style.css
Expand Up @@ -38,6 +38,10 @@ h1 {
margin-bottom: 20px;
}

div.btn-toolbar {
height:20px;
}

#events ul {
margin-top: 1em;
margin-left: 0;
Expand Down
2 changes: 1 addition & 1 deletion app/dashboard/views/layout.ejs
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="fr">
<html lang="en">
<head>
<meta charset="utf-8">
<title>Uptime</title>
Expand Down

0 comments on commit 117747a

Please sign in to comment.