changeset 5420:dcce2a16e08d

docs: move to standard box-shadow and get rid of warning about unknown -moz-box-shadow
author Mads Kiilerich <madski@unity3d.com>
date Thu, 20 Aug 2015 17:29:55 +0200
parents a3f0f00ff965
children 4f6a90fe63a1
files docs/theme/nature/static/nature.css_t
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/docs/theme/nature/static/nature.css_t	Thu Aug 20 17:29:55 2015 +0200
+++ b/docs/theme/nature/static/nature.css_t	Thu Aug 20 17:29:55 2015 +0200
@@ -216,8 +216,7 @@
     border: 1px solid #C6C9CB;
     font-size: 1.2em;
     margin: 1.5em 0 1.5em 0;
-    -webkit-box-shadow: 1px 1px 1px #d8d8d8;
-    -moz-box-shadow: 1px 1px 1px #d8d8d8;
+    box-shadow: 1px 1px 1px #d8d8d8;
 }
  
 tt {