Skip to content

Commit

Permalink
Dropdown button style change
Browse files Browse the repository at this point in the history
  • Loading branch information
zhusee2 committed Apr 7, 2012
1 parent 55e8b69 commit 7968adf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TaiwanWeather.safariextension/popover.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
<div class="container">
<div id="current" class="alert alert-info">
<div class="btn-group">
<button class="btn btn-primary cityName">CityName</button>
<button class="btn btn-primary dropdown-toggle" data-toggle="dropdown">
<a class="btn btn-primary dropdown-toggle" data-toggle="dropdown" href="#">
<span class="cityName">CityName</span>
<span class="caret"></span>
</button>
</a>
<ul class="dropdown-menu">
<li><a href="#"><i class="icon-ok"></i> Taipei</a></li>
<li><a href="#">Another action</a></li>
Expand Down

0 comments on commit 7968adf

Please sign in to comment.