mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +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-content {
|
||||
border-bottom: 1px solid rgba(red(@text-color), green(@text-color), blue(@text-color), 0.1);
|
||||
}
|
||||
|
||||
.wiki-log {
|
||||
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 {
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue