diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/admin.tpl | 2 | ||||
-rw-r--r-- | template/yoga/admin/default-layout.css | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/template/yoga/admin.tpl b/template/yoga/admin.tpl index 188888951..0fd142357 100644 --- a/template/yoga/admin.tpl +++ b/template/yoga/admin.tpl @@ -1,7 +1,7 @@ {* $Id$ *} <div id="post-header"></div> <div id="menubar"> - <dl> + <dl class="topmenu"> <dt class="rdion">{'Links'|@translate}</dt> <dd> <ul> diff --git a/template/yoga/admin/default-layout.css b/template/yoga/admin/default-layout.css index 45e352606..b1d976f2d 100644 --- a/template/yoga/admin/default-layout.css +++ b/template/yoga/admin/default-layout.css @@ -1,8 +1,4 @@ /* $Id: */ -BODY#theAdminPage #theHeader P { - display: none; -} - /* History tables */ TABLE.table2 { border: 1px solid black; |