mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2024-11-22 03:31:15 +00:00
- Added margin to horizontal separator line for side tabs in UCP.
This commit is contained in:
parent
f306319f49
commit
e18a095e55
1 changed files with 3 additions and 0 deletions
|
@ -787,6 +787,9 @@ Colours and backgrounds for cp.css
|
|||
|
||||
/* Main CP box
|
||||
----------------------------------------*/
|
||||
#cp-menu hr {
|
||||
margin-right:5px;
|
||||
}
|
||||
|
||||
#cp-main h3, #cp-main hr, #cp-menu hr {
|
||||
border-color: #555555;
|
||||
|
|
Loading…
Reference in a new issue