merge styles of prototype beuth hs project

This commit is contained in:
Jana Deutschländer 2017-02-09 10:12:50 +01:00
commit 28eb39b298
8 changed files with 134 additions and 74 deletions

View file

@ -10,8 +10,6 @@ html, body {
background-color: @color-site-bg;
}
a {
color: @color-link;
}
@ -60,6 +58,14 @@ a {
// margin-bottom: .5rem; // no margin: if there is another bg-color, then there is an #fff border
overflow: hidden;
word-wrap: break-word;
@media @screen_max-md{
padding-right: (@margin-default *1.6);
}
}
.content #dokuwiki__pagetools{
@media @screen_max-md{
top: 4rem;
}
}
.dokuwiki .docInfo {
@ -310,7 +316,7 @@ td {
th {
font-weight: bold;
background-color: @th_background;
background-color: @ini_background_alt;
text-align: left;
}