From fcce0c4915b0091ccd091f8dd3d2d67f9b7cb68b Mon Sep 17 00:00:00 2001 From: toddparker Date: Tue, 15 Nov 2011 16:17:50 -0500 Subject: [PATCH] Removed left/right border on swatch F for the docs to prevent horizontal scrolling. Fixes #3045 --- docs/_assets/css/jqm-docs.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/_assets/css/jqm-docs.css b/docs/_assets/css/jqm-docs.css index 8e2c0cd1..dd49e089 100644 --- a/docs/_assets/css/jqm-docs.css +++ b/docs/_assets/css/jqm-docs.css @@ -120,7 +120,8 @@ dd h4 { margin:15px 0 0 0; } /* F bar theme - just for the docs overview headers */ .ui-bar-f { - border: 1px solid #56A00E; + border-top: 1px solid #56A00E; + border-bottom: 1px solid #56A00E; background: #74b042; color: #fff; font-weight: bold;