User:Derik/monobook.css: Difference between revisions
From MediaWiki
Jump to navigationJump to searchmNo edit summary |
mNo edit summary |
||
| (77 intermediate revisions by one other user not shown) | |||
| Line 4: | Line 4: | ||
display:none; | display:none; | ||
} | } | ||
#content{ | |||
margin-right:1em; | margin-right:1em; | ||
} | } | ||
.plainlinksneverexpand { | |||
background: none ! important; | |||
padding: 0 ! important; | |||
} | |||
. | .plainlinksneverexpand .urlexpansion { | ||
display: none ! important; | |||
} | } | ||
/* Make sure that ext links displayed within "plainlinksneverexpand" don't get | |||
the arrow... | |||
*/ | |||
.plainlinksneverexpand a { | |||
. | background: none !important; | ||
padding: 0 !important; | |||
} | } | ||
Latest revision as of 19:47, 12 June 2009
/* Remove Google bar on Right */
#column-google {
display:none;
}
#content{
margin-right:1em;
}
.plainlinksneverexpand {
background: none ! important;
padding: 0 ! important;
}
.plainlinksneverexpand .urlexpansion {
display: none ! important;
}
/* Make sure that ext links displayed within "plainlinksneverexpand" don't get
the arrow...
*/
.plainlinksneverexpand a {
background: none !important;
padding: 0 !important;
}

