מדיה ויקי:Common.css: הבדלים בין גרסאות בדף
display: inline-block seems to create more problems than it solves. Removing it gives good display in current versions of Firefox and Chrome |
אין תקציר עריכה |
||
| (12 גרסאות ביניים של 4 משתמשים אינן מוצגות) | |||
| שורה 125: | שורה 125: | ||
/* @noflip */table.infobox { | /* @noflip */table.infobox { | ||
width: | width: 25em; | ||
} | } | ||
| שורה 986: | שורה 986: | ||
opacity: 1; | opacity: 1; | ||
} | } | ||
/* Allow highlighting content when hovering over it, for {{תוכן שקוף}} and {{מסגרת שקופה}} */ | /* Allow highlighting content when hovering over it, for {{תוכן שקוף}} and {{מסגרת שקופה}} */ | ||
| שורה 1,133: | שורה 1,130: | ||
.mw-prefs-buttons { /* bug T220706 - remove when closed */ | .mw-prefs-buttons { /* bug T220706 - remove when closed */ | ||
filter: brightness(1); | filter: brightness(1); | ||
} | |||
/* | |||
Emergency fix for https://phabricator.wikimedia.org/T264387 . | |||
Not an ideal solution, should be fixed more thoroughly and then removed. | |||
*/ | |||
.mw-footer-container { | |||
clear: both; | |||
} | } | ||