fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
thumbnails in blog api
[wolnelektury.git]
/
src
/
wolnelektury
/
static
/
scss
/
main
/
base.scss
diff --git
a/src/wolnelektury/static/scss/main/base.scss
b/src/wolnelektury/static/scss/main/base.scss
index
59e4784
..
0923f80
100755
(executable)
--- a/
src/wolnelektury/static/scss/main/base.scss
+++ b/
src/wolnelektury/static/scss/main/base.scss
@@
-8,13
+8,17
@@
html, body {
clear: both;
}
clear: both;
}
+.hide {
+ display: none !important;
+}
+
/* Basic colors and fonts */
body {
/* Basic colors and fonts */
body {
- font-family: Georgia;
+ font-family: Georgia
, serif
;
background: #f7f7f7;
color: black;
background: #f7f7f7;
color: black;
- @include size(font-size, 1
3
px);
+ @include size(font-size, 1
5
px);
}
a {
}
a {
@@
-37,12
+41,12
@@
h1 {
}
h2 {
}
h2 {
- @include size(font-size, 2
0
px);
+ @include size(font-size, 2
3
px);
font-weight: normal;
}
h3 {
font-weight: normal;
}
h3 {
- @include size(font-size, 1
5
px);
+ @include size(font-size, 1
7
px);
font-weight: normal;
}
font-weight: normal;
}