Changeset - 34617be799dc
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 9 years ago 2014-11-07 00:25:54
bkuhn@ebb.org
Handle locally issue of ikiwiki span in navbar

Joshua Gay suggested this to handle the issue with ikiwiki's span in the
Discussion page, first reported by mlinksva.
1 file changed with 11 insertions and 3 deletions:
local.css
11
3
0 comments (0 inline, 0 general)
local.css
Show inline comments
...
 
@@ -19,9 +19,17 @@ footer {
 
.copyleft-navbar {
 
  color: #577632;
 
}
 
.copyleft-navbar.navbar-default .navbar-nav > li > span > a,
 
.copyleft-navbar.navbar-default .navbar-nav > li > span
 
{
 
/* This is needed b/c ikiwiki inserts a span somewhere */
 
.navbar-nav > li > span {
 
    padding-top: 10px;
 
    padding-bottom: 10px;
 
    line-height: 20px;
 
}
 
@media (min-width: 768px) {
 
    .navbar-nav > li > span {
 
        padding-top: 15px;
 
        padding-bottom: 15px;
 
    }
 
}
 
.copyleft-navbar .createlink a:focus,
 
.copyleft-navbar .createlink a:active,
0 comments (0 inline, 0 general)