Fix h1 style in dialog

https://fedorahosted.org/freeipa/ticket/3904
This commit is contained in:
Petr Vobornik 2013-10-22 13:12:13 +02:00 committed by Martin Kosek
parent 21b7b6c393
commit d58e11ba87

View File

@ -49,6 +49,7 @@
h1 {
float: left;
margin: 0;
text-transform: none;
}
a {
@ -92,5 +93,9 @@
clear: both;
}
}
code {
white-space: normal;
}
}
}