mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
12 lines
137 B
CSS
12 lines
137 B
CSS
.dialogmessage
|
|
{
|
|
text-align: center;
|
|
font-size: 1.1em;
|
|
margin: 12px 0 10px 0;
|
|
}
|
|
|
|
.dialogmessage .glyphicon
|
|
{
|
|
top: 3px;
|
|
}
|