Merge pull request #383 from wikimedia/Nikerabbit-patch-1
Remove explicit width statements from ULS menu widths
This commit is contained in:
@@ -21,12 +21,10 @@
|
|||||||
|
|
||||||
.uls-wide {
|
.uls-wide {
|
||||||
min-width: 715px;
|
min-width: 715px;
|
||||||
width: 45%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.uls-medium {
|
.uls-medium {
|
||||||
min-width: 360px;
|
min-width: 360px;
|
||||||
width: 30%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Override the grid */
|
/* Override the grid */
|
||||||
@@ -36,7 +34,6 @@
|
|||||||
|
|
||||||
.uls-narrow {
|
.uls-narrow {
|
||||||
min-width: 180px;
|
min-width: 180px;
|
||||||
width: 20%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Override the grid */
|
/* Override the grid */
|
||||||
|
|||||||
Reference in New Issue
Block a user