diff options
| author | hukl <contact@smyck.org> | 2009-04-13 18:12:36 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-04-13 18:12:36 +0200 |
| commit | 22aa8523ef5864d736faf6595ef258adc0689703 (patch) | |
| tree | efeb72f644d31fd02b32236f42839d2073d27f42 /app/views/layouts/admin.html.erb | |
| parent | 5930601b80ee8603c7cec99408c3bde89ef2861e (diff) | |
added clear: both to navigation
Diffstat (limited to 'app/views/layouts/admin.html.erb')
| -rw-r--r-- | app/views/layouts/admin.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/layouts/admin.html.erb b/app/views/layouts/admin.html.erb index 68b8138..df48b5a 100644 --- a/app/views/layouts/admin.html.erb +++ b/app/views/layouts/admin.html.erb | |||
| @@ -35,6 +35,7 @@ | |||
| 35 | <div id="subnavigation"> | 35 | <div id="subnavigation"> |
| 36 | <%= yield :subnavigation %> | 36 | <%= yield :subnavigation %> |
| 37 | </div> | 37 | </div> |
| 38 | <div style="clear: both"></div> | ||
| 38 | <div id="flash"> | 39 | <div id="flash"> |
| 39 | <%= flash[:notice] %> | 40 | <%= flash[:notice] %> |
| 40 | </div> | 41 | </div> |
