[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/includes in... [rel_2_2]
From: |
Joshua Ferraro |
Subject: |
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/includes in... [rel_2_2] |
Date: |
Thu, 09 Mar 2006 16:50:31 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_2_2
Changes by: Joshua Ferraro <address@hidden> 06/03/09 16:50:31
Modified files:
koha-tmpl/intranet-tmpl/npl/en/includes: intranet.liblime.css
Log message:
fix to stop overlay of patron image ... thanks Owen!
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.liblime.css.diff?only_with_tag=rel_2_2&tr1=1.1.2.1&tr2=1.1.2.2&r1=text&r2=text
Patches:
Index: koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.liblime.css
diff -u
koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.liblime.css:1.1.2.1
koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.liblime.css:1.1.2.2
--- koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.liblime.css:1.1.2.1
Sat Mar 4 03:22:42 2006
+++ koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.liblime.css Thu Mar
9 16:50:31 2006
@@ -1073,11 +1073,6 @@
font-size : 12px;
}
-#notes ul {
- margin : 0px;
- padding : 0px;
-}
-
#results, .results {
color : #000066;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
@@ -1298,3 +1293,6 @@
.accesskey {
text-decoration : underline;
}
+#notes img {
+border: 1px solid #CCCCCC;
+}