1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-27 21:44:21 +00:00

Update css

This commit is contained in:
Steffo 2018-07-15 18:53:05 +02:00
parent af3ac93ced
commit b3a1315803

View file

@ -515,17 +515,24 @@ nav {
.wiki { .wiki {
.wiki-content { .wiki-content {
border-bottom: 1px solid rgba(red(@text-color), green(@text-color), blue(@text-color), 0.1);
} }
.wiki-log { .wiki-log {
font-family: "Consolas", "Source Code Pro", monospace; font-family: "Consolas", "Source Code Pro", monospace;
border-bottom: 1px solid rgba(red(@text-color), green(@text-color), blue(@text-color), 0.1);
.last-reason { .last-reason {
font-style: italic; font-style: italic;
} }
} }
.wiki-edit {
border-top: rgba(red(@text-color), green(@text-color), blue(@text-color), 0.1);
h4 {
padding: 0;
margin-top: 8px;
}
}
} }
#edit-css { #edit-css {