From f133ef6243469b8cae4dd486d4b058c770274018 Mon Sep 17 00:00:00 2001 From: Gaetan Boisson Date: Tue, 20 Mar 2012 17:03:14 +0100 Subject: [PATCH] [SIGNED-OFF] Bug 7761 - cleaning up empty declarations from staff-global.css Content-Type: text/plain; charset="utf-8" Signed-off-by: Owen Leonard --- .../intranet-tmpl/prog/en/css/staff-global.css | 31 -------------------- 1 files changed, 0 insertions(+), 31 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css index 469f631..fa66dbf 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -82,9 +82,6 @@ h1,h2,h3,h4,h5,h6 { margin : .3em 0; } -html { -} - p { margin: .5em 0 .5em 0; } @@ -111,9 +108,6 @@ em strong { font-style : italic; } -#hd { -} - #navigation { border-right : 1px solid #BCBCBC; } @@ -140,12 +134,6 @@ em strong { text-decoration : none; } -#ft { -} - -.yui-u { -} - #doc, #doc1, #doc2, #doc3 { padding-top : 1em; } @@ -155,10 +143,6 @@ em strong { right : .5em; } -#login a { - -} - ul { padding-left : 1.1em; } @@ -449,9 +433,6 @@ ul.toolbar button { padding-bottom : 2px; font-family: arial, verdana, helvetica, sans-serif; } -.yui-menu-button { - -} a.yuimenuitemlabel-disabled, #disabled a { color: #999; @@ -824,10 +805,6 @@ fieldset.rows .inputnote { text-decoration : none; } -.toptabs .ui-tabs-nav li.ui-tabs-selected { - -} - .toptabs .ui-tabs-nav li.ui-tabs-selected a, .toptabs .ui-tabs-nav li.ui-tabs-selected span.a { background-color : #FFF; border-bottom : 1px solid #FFF; @@ -1526,9 +1503,6 @@ html>/**/body #searchheader button, x:-moz-any-link, x:default { padding-bottom : 3px; } -#searchheader h3 { -} - #searchheader form { float : right; } @@ -1580,9 +1554,6 @@ html>/**/body #searchheader button, x:-moz-any-link, x:default { padding : .1em .2em; } -#search-facets li li a { -} - #search-facets li.showmore { font-weight : bold; text-indent : 1em; @@ -1767,7 +1738,6 @@ ul#i18nMenu li ul li { padding : 0; } - ul#i18nMenu li.more a { background-image:url(../../img/more-up-arrow.gif); background-position:right center; @@ -1877,7 +1847,6 @@ span.permissiondesc { padding : .5em; } - /* borrower autocomplete */ #borrowerautocomplete { width: 450px; text-align:left;} /* z-index needed on top instances for ie & sf absolute inside relative issue */ .autocomplete .yui-ac-highlight , -- 1.7.5.4