Merge "Correctly use $wgFeedLimit in page history feed"
[lhc/web/wiklou.git] / resources / jquery / jquery.farbtastic.css
index 51b17aa..1c6428f 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 .farbtastic {
-  position: relative;
+       position: relative;
 }
 .farbtastic * {
-  position: absolute;
-  cursor: crosshair;
+       position: absolute;
+       cursor: crosshair;
 }
 .farbtastic, .farbtastic .wheel {
-  width: 195px;
-  height: 195px;
+       width: 195px;
+       height: 195px;
 }
 .farbtastic .color, .farbtastic .overlay {
-  top: 47px;
-  left: 47px;
-  width: 101px;
-  height: 101px;
+       top: 47px;
+       left: 47px;
+       width: 101px;
+       height: 101px;
 }
 .farbtastic .wheel {
-  background: url(images/wheel.png) no-repeat;
-  width: 195px;
-  height: 195px;
+       /* @embed */
+       background: url(images/wheel.png) no-repeat;
+       width: 195px;
+       height: 195px;
 }
 .farbtastic .overlay {
-  background: url(images/mask.png) no-repeat;
+       /* @embed */
+       background: url(images/mask.png) no-repeat;
 }
 .farbtastic .marker {
-  width: 17px;
-  height: 17px;
-  margin: -8px 0 0 -8px;
-  overflow: hidden; 
-  background: url(images/marker.png) no-repeat;
+       width: 17px;
+       height: 17px;
+       margin: -8px 0 0 -8px;
+       overflow: hidden;
+       /* @embed */
+       background: url(images/marker.png) no-repeat;
 }