From: Jo-Philipp Wich Date: Thu, 25 Nov 2010 08:51:56 +0000 (+0000) Subject: themes/openwrt.org: minar style tweaks X-Git-Tag: 0.10.0~366 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=5b67f92b6fb535fe77ee180c376c0393a3b36ecf themes/openwrt.org: minar style tweaks --- diff --git a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css index 527872313..dc1c30b2e 100644 --- a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css @@ -13,7 +13,7 @@ body { background-position: bottom center; background-repeat: repeat-x; font-family: Verdana, Arial, sans-serif; - font-size: 101%; + font-size: 11pt; line-height: 100%; padding-bottom: 1.5em; } @@ -97,6 +97,10 @@ ul.l1 li a { border-color: #444444; } +ul.l1 li.tabmenu-item-logout a { + margin-left: 30px; +} + abbr, acronym { font-style: normal; diff --git a/themes/openwrt/luasrc/view/themes/openwrt.org/header.htm b/themes/openwrt/luasrc/view/themes/openwrt.org/header.htm index 7cc43f81e..51752d621 100644 --- a/themes/openwrt/luasrc/view/themes/openwrt.org/header.htm +++ b/themes/openwrt/luasrc/view/themes/openwrt.org/header.htm @@ -81,7 +81,7 @@ require("luci.http").prepare_content("application/xhtml+xml") selected_name = v.name end %> - class="active"<% end %>> +
  • <%=striptags(nnode.title)%>
  • <%