fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ignore abstrakt tags when indexing book
[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
3d1097f
..
270d227
100755
(executable)
--- a/
src/wolnelektury/static/scss/main/base.scss
+++ b/
src/wolnelektury/static/scss/main/base.scss
@@
-8,9
+8,13
@@
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;
@@
-132,6
+136,7
@@
ul.plain {
.initial-block {
display: inline-block;
.initial-block {
display: inline-block;
+ width: 100%;
}
}
}
}
@@
-176,15
+181,13
@@
ul.plain {
border-bottom-right-radius: 4px;
}
}
border-bottom-right-radius: 4px;
}
}
- .active {
- > a, span {
- &, &:hover, &:focus {
- z-index: 2;
- color: #fff;
- cursor: default;
- background-color: #337ab7;
- border-color: #337ab7;
- }
+ .current {
+ &, &:hover, &:focus {
+ z-index: 2;
+ color: #fff;
+ cursor: default;
+ background-color: #337ab7;
+ border-color: #337ab7;
}
}
.disabled {
}
}
.disabled {