MediaWiki:Common.css: Difference between revisions
Appearance
Content deleted Content added
mNo edit summary |
mNo edit summary |
||
| Line 31: | Line 31: | ||
overflow: hidden; /* this is what keep the <p> from wrapping */ |
overflow: hidden; /* this is what keep the <p> from wrapping */ |
||
} |
} |
||
.AAMenuCell ul{ |
.AAMenuCell ul{ |
||
overflow: hidden; /* this is what keep the <p> from wrapping */ |
overflow: hidden; /* this is what keep the <p> from wrapping */ |
||
display:list-item; |
display:list-item; |
||
} |
|||
.AAMenuImg img{ |
|||
vertical-align:top; |
|||
} |
} |
||
.AAMenuImg{ |
.AAMenuImg{ |
||