mirror of
https://github.com/TotalFreedomMC/Website.git
synced 2024-12-22 16:25:12 +00:00
Second Attempt
This commit is contained in:
parent
4b23a8930d
commit
59248d5478
2 changed files with 5 additions and 1 deletions
|
@ -122,4 +122,5 @@ small { font-size: 0.9em; }
|
|||
.admins > ul > a { display: block; border-radius: 0; }
|
||||
.head-icon { width: 20px; height: 20px; margin-right: 0; float: left; border-radius: 50%; }
|
||||
.modal li { display: block; width: 100%; padding: 5px 70px; }
|
||||
.modal-msg { margin: 25px 0; } }
|
||||
.modal-msg { margin: 25px 0; }
|
||||
.modal.modal-fixed-footer .modal-content { padding: 10px; } }
|
||||
|
|
|
@ -334,4 +334,7 @@ small {
|
|||
.modal-msg {
|
||||
margin: 25px 0;
|
||||
}
|
||||
.modal.modal-fixed-footer .modal-content {
|
||||
padding: 10px;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue