css moved from main-content to base-design

This commit is contained in:
Silke Pisulla 2017-01-05 14:01:12 +01:00
commit 1d7ed72f93
2 changed files with 39 additions and 51 deletions

View file

@ -6,14 +6,6 @@
#dokuwiki__content.main-content {
img {
display: inline-block;
}
/* + + + source block + + + */
.code {
margin-top: @grid;
}
}
@ -21,26 +13,6 @@
/* min-width: 1440px */
@media @screen_min-xlg {
#dokuwiki__content.main-content {
p, a,
li, dl,
td, th,
label,
button {
font-size: .88rem;
line-height: 140%;
* {
font-size: inherit;
line-height: inherit;
}
}
small,
.code {
font-size: .75rem;
}
}
}
@ -48,23 +20,4 @@
/* max-width: 1199px */
@media @screen_max-xlg {
#dokuwiki__content.main-content {
p, a,
li, dl,
td, th,
label,
button {
font-size: 1rem;
line-height: 140%;
* {
font-size: inherit;
line-height: inherit;
}
}
.code {
font-size: .94rem;
}
}
}