diff options
author | Alex Legler <alex@a3li.li> | 2015-01-28 18:52:40 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-01-28 18:52:40 +0100 |
commit | 5405efdd767165a75663655f0e70c0964298f9b8 (patch) | |
tree | 701d3b2dff88cee0c19da1446035456173b6a18a | |
parent | Make columns configurable via services.rb as well (diff) | |
download | infra-status-5405efdd767165a75663655f0e70c0964298f9b8.tar.gz infra-status-5405efdd767165a75663655f0e70c0964298f9b8.tar.bz2 infra-status-5405efdd767165a75663655f0e70c0964298f9b8.zip |
Fix rounded corner of Gentoo sites button again
-rw-r--r-- | views/layout.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/layout.erb b/views/layout.erb index cc8e22f..8320709 100644 --- a/views/layout.erb +++ b/views/layout.erb @@ -19,7 +19,7 @@ <div class="btn-group btn-group-sm"> <a href="http://get.gentoo.org/" type="button" class="btn get-gentoo"><span class="fa fa-download"></span> <strong>Get Gentoo!</strong></a> <div class="btn-group btn-group-sm"> - <button type="button" class="gentoo-org-sites btn" data-toggle="dropdown"> + <button type="button" class="gentoo-org-sites btn dropdown-toggle" data-toggle="dropdown"> <span class="glyphicon glyphicon-globe"></span> gentoo.org sites <span class="caret"></span> </button> <ul class="dropdown-menu"> |