fix: bizstyle theme: nested long title pages make long breadcrumb that breaks page layout.

This commit is contained in:
shimizukawa
2015-02-14 16:25:33 +09:00
parent d51eeab07b
commit 7475ac14f4

View File

@@ -65,7 +65,8 @@ div.related {
div.related ul {
background-color: {{ theme_maincolor }};
height: 2em;
height: 100%;
overflow: hidden;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}