Skip to content

Commit

Permalink
table.pages instead of table#pages
Browse files Browse the repository at this point in the history
  • Loading branch information
will-r committed Mar 2, 2011
1 parent 6028cd8 commit c28eb80
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/javascripts/admin/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Event.addBehavior({

'a.popup': Popup.TriggerBehavior(),

'table#pages': SiteMapBehavior(),
'table.pages': SiteMapBehavior(),

'input#page_title': function() {
var title = this;
Expand Down
6 changes: 5 additions & 1 deletion public/stylesheets/sass/admin/partials/_header.sass
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ul#navigation
font-weight: bold
&.dimmed a
background-position: 0 -48px
ul#nav_sub
ul.nav_sub
background: image_url('admin/navigation_secondary_background.png') repeat-x
font-size: 95%
clear: both
Expand All @@ -71,6 +71,10 @@ ul#navigation
width: 100%
height: 38px
z-index: 10
&.bg
display: none
&.fg
display: block
li
margin: 0
a
Expand Down

0 comments on commit c28eb80

Please sign in to comment.