fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'pretty' of github.com:fnp/wolnelektury into pretty
[wolnelektury.git]
/
wolnelektury
/
static
/
css
/
base.css
diff --git
a/wolnelektury/static/css/base.css
b/wolnelektury/static/css/base.css
index
ecb461a
..
70bf83d
100755
(executable)
--- a/
wolnelektury/static/css/base.css
+++ b/
wolnelektury/static/css/base.css
@@
-1,8
+1,8
@@
/* Logo font */
@font-face {
/* IE version */
/* Logo font */
@font-face {
/* IE version */
- font-family: WL-
Logo
;
- src: url(/static/fonts/WL.eot);
+ font-family: WL-
Nav
;
+ src: url(/static/fonts/WL
-Nav
.eot);
}
@font-face {
font-family: WL-Nav;
}
@font-face {
font-family: WL-Nav;
@@
-23,9
+23,11
@@
body {
/*line-height: 1.4em;*/
}
/*line-height: 1.4em;*/
}
-
+a img {
+ border: 0;
+}
a {
a {
- color: #
1199a2;
/* #01adba; */
+ color: #
0d7e85; /*#1199a2;*/
/* #01adba; */
text-decoration: none;
}
text-decoration: none;
}
@@
-152,7
+154,9
@@
h2 {
padding: 0;
margin: 0;
font-size: 1.1em;
padding: 0;
margin: 0;
font-size: 1.1em;
+ column-width: 12em;
-moz-column-width: 12em;
-moz-column-width: 12em;
+ -webkit-column-width: 12em;
width: 48em;
}
.hidden-box li {
width: 48em;
}
.hidden-box li {
@@
-173,3
+177,9
@@
h2 {
padding-top:3em;
background: #fff;
}
padding-top:3em;
background: #fff;
}
+
+/* just on search page */
+.top-tag-list {
+ margin-top: 2.2em;
+ margin-bottom: 1.6em;
+}