mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
EQStream abstraction layer
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// Center-align a block level element
|
||||
|
||||
.center-block() {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
Reference in New Issue
Block a user