Block only margin

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
Blockmargin

Block only margin

Post by Blockmargin »

<div id="seite" class="">

#seite {
color: #515151;
font-family: Georgia,serif;
height: 1px;
left: 0;
margin: 110px auto auto;
padding: 0 160px 0 0;
width: 1000px;
z-index: 10;
}

Hi, i want to block only the """110px""" thing from the margin, so that only ""auto auto"" is left.

How do i do?
lewisje
Posts: 2743
Joined: Mon Jun 14, 2010 12:07 pm

Re: Block only margin

Post by lewisje »

You need Stylish for that: All that ABP can do is set "display:none!important" for some CSS selector.
There's a buzzin' in my brain I really can't explain; I think about it before they make me go to bed.
Blockmargin

Re: Block only margin

Post by Blockmargin »

Works, thanks a lot ! :)
Locked