fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixes #4083: Book text settings toggles on side bar.
[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
old mode 100755
(executable)
new mode 100644
(file)
index
870f7a1
..
20b0a35
--- a/
src/wolnelektury/static/scss/main/base.scss
+++ b/
src/wolnelektury/static/scss/main/base.scss
@@
-14,7
+14,7
@@
html, body {
/* Basic colors and fonts */
body {
/* Basic colors and fonts */
body {
- font-family: Georgia, serif;
+ font-family: Ge
lasio, Ge
orgia, serif;
background: #f7f7f7;
color: black;
background: #f7f7f7;
color: black;
@@
-226,3
+226,15
@@
ul.plain {
@media screen and (max-width: 62.5em) {
.mobile-margins {margin-left: 1em; margin-right: 1em;}
}
@media screen and (max-width: 62.5em) {
.mobile-margins {margin-left: 1em; margin-right: 1em;}
}
+
+
+table.table {
+ margin: auto;
+ border-collapse: collapse;
+
+ td, th {
+ border: 1px solid #444;
+ padding: .5em;
+ text-align: center;
+ }
+}