diff --git a/browser/liquid/base.css b/browser/liquid/base.css index 3d9eabf..0036721 100644 --- a/browser/liquid/base.css +++ b/browser/liquid/base.css @@ -27,7 +27,7 @@ body { #menu,#content,#sub-section {float:left} #menu {width:20%} #content {width:63%} -#sub-section {width:16%} +#sub-section {width:17%} #footer {clear:left} /* more general stuff */ diff --git a/browser/liquid/body.pt b/browser/liquid/body.pt index 43cd8c3..0a8bf4c 100644 --- a/browser/liquid/body.pt +++ b/browser/liquid/body.pt @@ -1,4 +1,5 @@ -
diff --git a/browser/loops/loops_layout.css b/browser/loops/loops_layout.css index 7091643..a31ec68 100644 --- a/browser/loops/loops_layout.css +++ b/browser/loops/loops_layout.css @@ -28,7 +28,7 @@ body { scrollbar-arrow-color: Black; } -textarea, input, select { +input, select { font-family: Verdana, Arial, Helvetica, "sans serif"; font-size: 100%; }