Support article translation

This commit is contained in:
Marc-Antoine Parent 2017-04-22 18:34:29 -04:00 committed by Alexandre Vicenzi
parent a6f12ec781
commit 1802e84241
5 changed files with 24 additions and 1 deletions

View file

@ -166,6 +166,15 @@ main {
color: @header-text-color;
font-size: 0.86em;
}
.translations {
float: right;
.lang-current {
color: @white;
background-color: @grey;
}
}
}
code, kbd, samp, pre {

File diff suppressed because one or more lines are too long