npo-accounting-ikiwiki/local.css
Bradley M. Kuhn 45904d4a25 Don't put any text in the <a> with only id so that the class isn't need in CSS.
<joar> you should change it to <a id="foo"></a>Generating reports
<joar> so, just create an empty <a> tag before the anchor target
<bkuhn> is that really the "right way" to do it?
<joar> it's the generally accepted way
<bkuhn> oh, ok.
<joar> it's the way sphinx does it, for example
<joar> I think wikipedia does the same
2013-11-14 12:50:48 -05:00

29 lines
739 B
CSS

body {
padding-top: 70px;
}
footer {
margin-top: 100px;
border-top: 1px solid rgb(229, 229, 229);
padding-top: 40px;
padding-bottom: 30px;
}
.npoacct-navbar.navbar-default {
background-color: #577632;
}
.npoacct-navbar.navbar-default .navbar-nav > li > a:focus,
.npoacct-navbar.navbar-default .navbar-nav > li > a:active,
.npoacct-navbar.navbar-default .navbar-nav > li > a:hover,
.npoacct-navbar.navbar-default .navbar-nav > li > a,
.npoacct-navbar.navbar-default .navbar-brand,
.npoacct-navbar.navbar-default .navbar-text,
.npoacct-navbar {
color: white;
}
.npoacct-navbar .createlink a:focus,
.npoacct-navbar .createlink a:active,
.npoacct-navbar .createlink a:hover,
.npoacct-navbar .createlink a {
color: #ce1f1f;
}