small changes to styling, colors, margins, ;,
This commit is contained in:
parent
88824ee273
commit
f41f549cc2
|
@ -2,7 +2,7 @@
|
||||||
@import (less) "colors.less";
|
@import (less) "colors.less";
|
||||||
|
|
||||||
.translation-element-margin {
|
.translation-element-margin {
|
||||||
margin: 0 0.3em;
|
margin: 0 0.05em;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
#headword {
|
#headword {
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
color: @blue;
|
color: @red;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -89,6 +89,17 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.translation-div-cluster + .translation-div-cluster:before {
|
||||||
|
content: "; ";
|
||||||
|
}
|
||||||
|
|
||||||
|
.translation-div-cluster {
|
||||||
|
display: inline;
|
||||||
|
|
||||||
|
.translation-div + .translation-div:before {
|
||||||
|
content: ", ";
|
||||||
|
}
|
||||||
|
|
||||||
.translation-div {
|
.translation-div {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
|
||||||
|
@ -112,6 +123,7 @@
|
||||||
.translation-button();
|
.translation-button();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.example {
|
.example {
|
||||||
.example-dot, .example-rest {
|
.example-dot, .example-rest {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user