diff options
author | Erling Aaby <spa440w@gmail.com> | 2013-04-24 11:30:39 +0200 |
---|---|---|
committer | Erling Aaby <spa440w@gmail.com> | 2013-04-24 11:30:39 +0200 |
commit | 781460462bc217dc2666cc504bba123588483744 (patch) | |
tree | 1ddf8ebd5a95abdc8bba11dc95e73eabcbfb6c99 /public | |
parent | Revert "Various navbar and infobox changes" (diff) | |
download | Divid-781460462bc217dc2666cc504bba123588483744.tar.gz |
No gradient
Diffstat (limited to 'public')
-rw-r--r-- | public/css/styles.less | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/public/css/styles.less b/public/css/styles.less index 1cad347..bde3e89 100644 --- a/public/css/styles.less +++ b/public/css/styles.less @@ -221,15 +221,6 @@ margin-left: 20px; margin-top: 20px; margin-bottom:20px; padding:10px; - background: rgb(255,154,0); /* Old browsers */ - background: -moz-linear-gradient(left, rgba(255,154,0,1) 0%, rgba(104,154,211,1) 57%, rgba(65,134,211,1) 83%, rgba(13,86,166,1) 99%); /* FF3.6+ */ - background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,154,0,1)), color-stop(57%,rgba(104,154,211,1)), color-stop(83%,rgba(65,134,211,1)), color-stop(99%,rgba(13,86,166,1))); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(left, rgba(255,154,0,1) 0%,rgba(104,154,211,1) 57%,rgba(65,134,211,1) 83%,rgba(13,86,166,1) 99%); /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(left, rgba(255,154,0,1) 0%,rgba(104,154,211,1) 57%,rgba(65,134,211,1) 83%,rgba(13,86,166,1) 99%); /* Opera 11.10+ */ - background: -ms-linear-gradient(left, rgba(255,154,0,1) 0%,rgba(104,154,211,1) 57%,rgba(65,134,211,1) 83%,rgba(13,86,166,1) 99%); /* IE10+ */ - background: linear-gradient(to right, rgba(255,154,0,1) 0%,rgba(104,154,211,1) 57%,rgba(65,134,211,1) 83%,rgba(13,86,166,1) 99%); /* W3C */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9a00', endColorstr='#0d56a6',GradientType=1 ); /* IE6-9 */ - -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; |