From 286f024a186f2c8600b654e96ad8f56860600b3c Mon Sep 17 00:00:00 2001 From: jacob4u2 Date: Mon, 18 Jul 2011 17:15:15 -0500 Subject: [PATCH] Updating gradients in jqm-docs.css ui-bar-f style to match default theme gradients with opera et al. --- docs/_assets/css/jqm-docs.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/_assets/css/jqm-docs.css b/docs/_assets/css/jqm-docs.css index bb7ac5ec84c..b361a150428 100644 --- a/docs/_assets/css/jqm-docs.css +++ b/docs/_assets/css/jqm-docs.css @@ -82,13 +82,13 @@ p.intro strong { background: #74b042; color: #fff; font-weight: bold; - text-shadow: 0 -1px 1px #234403; - background-image: -moz-linear-gradient(top, - #74b042, - #56A00E); - background-image: -webkit-gradient(linear,left top,left bottom, - color-stop(0, #74b042), - color-stop(1, #56A00E)); + text-shadow: 0 -1px 1px #234403; + background-image: -webkit-gradient(linear, left top, left bottom, from(#74b042), to(#56A00E)); /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient(top, #74b042, #56A00E); /* Chrome 10+, Saf5.1+ */ + background-image: -moz-linear-gradient(top, #74b042, #56A00E); /* FF3.6 */ + background-image: -ms-linear-gradient(top, #74b042, #56A00E); /* IE10 */ + background-image: -o-linear-gradient(top, #74b042, #56A00E); /* Opera 11.10+ */ + background-image: linear-gradient(top, #74b042, #56A00E); } .ui-bar-f, .ui-bar-f .ui-link-inherit {