themes/openwrt.org: minar style tweaks
This commit is contained in:
parent
2d5d5a860c
commit
5b67f92b6f
2 changed files with 6 additions and 2 deletions
|
@ -13,7 +13,7 @@ body {
|
||||||
background-position: bottom center;
|
background-position: bottom center;
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
font-family: Verdana, Arial, sans-serif;
|
font-family: Verdana, Arial, sans-serif;
|
||||||
font-size: 101%;
|
font-size: 11pt;
|
||||||
line-height: 100%;
|
line-height: 100%;
|
||||||
padding-bottom: 1.5em;
|
padding-bottom: 1.5em;
|
||||||
}
|
}
|
||||||
|
@ -97,6 +97,10 @@ ul.l1 li a {
|
||||||
border-color: #444444;
|
border-color: #444444;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul.l1 li.tabmenu-item-logout a {
|
||||||
|
margin-left: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
abbr,
|
abbr,
|
||||||
acronym {
|
acronym {
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
|
|
@ -81,7 +81,7 @@ require("luci.http").prepare_content("application/xhtml+xml")
|
||||||
selected_name = v.name
|
selected_name = v.name
|
||||||
end
|
end
|
||||||
%>
|
%>
|
||||||
<li<% if nnode._menu_selected or v.name == leaf then %> class="active"<% end %>>
|
<li class="tabmenu-item-<%=v.name%><% if nnode._menu_selected or (node.leaf and v.name == leaf) then %> active<% end %>">
|
||||||
<a href="<%=nodeurl(prefix, v.name, nnode.query)%>"><%=striptags(nnode.title)%></a>
|
<a href="<%=nodeurl(prefix, v.name, nnode.query)%>"><%=striptags(nnode.title)%></a>
|
||||||
</li>
|
</li>
|
||||||
<%
|
<%
|
||||||
|
|
Loading…
Reference in a new issue