r105415 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r105414‎ | r105415 | r105416 >
Date:05:02, 7 December 2011
Author:santhosh
Status:ok
Tags:
Comment:
Add a small shadow for the menu.
Modified paths:
  • /trunk/extensions/Narayam/resources/ext.narayam.core.css (modified) (history)

Diff [purge]

Index: trunk/extensions/Narayam/resources/ext.narayam.core.css
@@ -76,6 +76,9 @@
7777 position: absolute;
7878 background-color: white;
7979 border: solid 1px silver;
 80+ -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
 81+ -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
 82+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
8083 border-top-width: 0;
8184 list-style: none;
8285 list-style-image: none;

Status & tagging log