зеркало из https://github.com/mozilla/pjs.git
Fixing bug 316783. patch by mr css glazman.
This commit is contained in:
Родитель
17d3147ffa
Коммит
b18796b08b
|
@ -50,3 +50,15 @@
|
|||
padding: 0 ! important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@-moz-document domain(weblogs.mozillazine.org)
|
||||
{
|
||||
div#rightcol-full
|
||||
{
|
||||
display: none ! important;
|
||||
margin: 0 ! important;
|
||||
padding: 0 ! important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ html * {
|
|||
|
||||
/* for all elements but the root element and the body, let's */
|
||||
/* cancel all annoying document's settings */
|
||||
html * {
|
||||
html *:not(select):not(option):not(optgroup) {
|
||||
/* first cancel all size settings */
|
||||
width: auto ! important;
|
||||
height: auto ! important;
|
||||
|
|
Загрузка…
Ссылка в новой задаче