Remove elements from overqualified element-id combination selectors

There's no need for those in year 2020.

Change-Id: I9ea94bce18d749ada0bb5b1bb9692d1d1886755a
This commit is contained in:
Volker E 2020-03-21 20:39:46 -07:00
parent ebd4e68aa6
commit 09fe3e5567
3 changed files with 7 additions and 7 deletions

View file

@ -15,7 +15,7 @@
** Common styles across desktop and mobile
*/
div#column-content {
#column-content {
width: 100%;
margin: 0;
padding: 0;
@ -45,8 +45,8 @@ div#column-content {
** http://style.cleverchimp.com/font_size_intervals/altintervals.html
** https://web.archive.org/web/20180201141931/http://style.cleverchimp.com/font_size_intervals/altintervals.html
** This affects users whose browser font size setting is < 14.4px,
** making div#globalWrapper's font-size 11.43px at minimum.
** Gadgets have their own monobook-specific css rule to set the font-size similar to div#globalWrapper.
** making #globalWrapper's font-size 11.43px at minimum.
** Gadgets have their own monobook-specific css rule to set the font-size similar to #globalWrapper.
*/
body {
font-family: sans-serif;
@ -66,7 +66,7 @@ body {
}
/* scale back up to a sane default */
div#globalWrapper {
#globalWrapper {
font-size: 127%; // Typical: x-small * 127% == 12.7px;
width: 100%;
margin: 0;

View file

@ -2,7 +2,7 @@
** Desktop-specific styles for MonoBook
*/
div#column-content {
#column-content {
float: right;
margin: 0 0 0.6em -12.2em;
}
@ -16,7 +16,7 @@ div#column-content {
margin-left: 12.2em;
}
div#column-one {
#column-one {
padding-top: 160px;
}

View file

@ -4,7 +4,7 @@
@import 'variables.less';
div#column-content {
#column-content {
padding-top: 6em;
}