Commit 4b9ad869 authored by jhawkins@chromium.org's avatar jhawkins@chromium.org

DOMUI: Set a min-height of 200px for sub-page lists.

BUG=none
TEST=none

Review URL: http://codereview.chromium.org/6278009

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71878 0039d316-1c4b-4281-b951-d872f2087c98
parent f0fea76b
......@@ -275,6 +275,10 @@ html[hide-menu=true] #mainview {
padding-top: 13px;
}
.page list {
min-height: 200px;
}
.subpage-sheet .page h1 {
padding-top: 4px;
margin-bottom: 10px;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment