MDL-26240 theme_anomaly: Fixed small regression with dock

This commit is contained in:
Sam Hemelryk 2011-11-29 16:54:00 +13:00
parent 9ac82391a2
commit f091da528e

View File

@ -1,9 +1,8 @@
/* Docking Module
-----------------*/
body.has_dock #page {
width: 97%;
right: 3%;
body.has_dock {
margin:0;
}
#dock {
@ -136,4 +135,4 @@ Docked Item Panel
#dockeditempanel .dockeditempanel_bd {
overflow:auto;
width:auto; /* adds scroll to dock panel */
}
}