mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 21:44:21 +00:00
Update css
This commit is contained in:
parent
af3ac93ced
commit
b3a1315803
1 changed files with 9 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue