SPR-910: var rename - border-color

This commit is contained in:
Silke Pisulla 2017-03-22 15:20:49 +01:00
commit 38bfc8bb62
13 changed files with 35 additions and 30 deletions

View file

@ -69,8 +69,8 @@ a {
}
}
.content #dokuwiki__pagetools{
@media @screen_max-md{
.content #dokuwiki__pagetools {
@media @screen_max-md {
top: 4rem;
}
}
@ -313,7 +313,7 @@ table {
border-collapse: collapse;
empty-cells: show;
border-spacing: 0;
border: 1px solid @color-border;
border: 1px solid @ini_border;
font-size: @font-size-default;
line-height: 140%;
}
@ -332,7 +332,7 @@ td {
padding: .3em .5em;
margin: 0;
vertical-align: top;
border: 1px solid @color-border;
border: 1px solid @ini_border;
}
th {
@ -385,7 +385,7 @@ button img {
}
hr {
border-top: solid @color-border;
border-top: solid @ini_border;
border-bottom: solid @ini_background;
border-width: 1px 0;
height: 0;
@ -420,24 +420,24 @@ kbd {
direction: ltr;
text-align: left;
background-color: @color-site-bg;
color: @color-text;
box-shadow: inset 0 0 .3em @color-border;
color: @ini_text;
box-shadow: inset 0 0 .3em @ini_border;
border-radius: @fix_border-radius;
}
pre {
overflow: auto;
word-wrap: normal;
border: 1px solid @color-border;
border: 1px solid @ini_border;
border-radius: @fix_border-radius;
box-shadow: inset 0 0 .5em @color-border;
box-shadow: inset 0 0 .5em @ini_border;
font-size: @font-size-default;
line-height: 140%;
padding: .7em 1em;
}
blockquote {
border: solid @color-border;
border: solid @ini_border;
border-width: 0 0 0 .25em;
font-size: @font-size-default;
line-height: 140%;