mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2025-02-16 17:11:08 +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
|
/* Main CP box
|
||||||
----------------------------------------*/
|
----------------------------------------*/
|
||||||
|
#cp-menu hr {
|
||||||
|
margin-right:5px;
|
||||||
|
}
|
||||||
|
|
||||||
#cp-main h3, #cp-main hr, #cp-menu hr {
|
#cp-main h3, #cp-main hr, #cp-menu hr {
|
||||||
border-color: #555555;
|
border-color: #555555;
|
||||||
|
|
Loading…
Reference in a new issue