mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-28 01:41:14 -06:00
1dda03120e
https://fedorahosted.org/freeipa/ticket/1565 The ipa.css, ipa_error.css and ipa_migration.css contain some duplicate definitions which cause maintenance problems. Additional changes: * fixed whitespaces in ipa.css * unified headings in config pages
27 lines
455 B
CSS
27 lines
455 B
CSS
/* Authors:
|
|
* Pavel Zuna <pzuna@redhat.com>
|
|
* Adam Young <ayoung@redhat.com>
|
|
* Endi Sukma Dewata <edewata@redhat.com>
|
|
* Kyle Baker <kybaker@redhat.com>
|
|
*
|
|
* Copyright (C) 2010 Red Hat
|
|
*/
|
|
|
|
/* ssbrowser */
|
|
|
|
.ssbrowser h2 {
|
|
font-family: 'Overpass Bold';
|
|
font-size: 1em;
|
|
font-weight: bold;
|
|
margin-bottom: 3em;
|
|
margin-left: 5em;
|
|
margin-top: -3em;
|
|
}
|
|
|
|
/* Browser configuration */
|
|
|
|
object.browser-config {
|
|
width: 100%;
|
|
}
|
|
|