Fixing bug 316783. patch by mr css glazman.

This commit is contained in:
dougt%meer.net 2005-11-17 17:18:17 +00:00
Родитель 17d3147ffa
Коммит b18796b08b
2 изменённых файлов: 13 добавлений и 1 удалений

Просмотреть файл

@ -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;