MediaWiki:Common.css: Difference between revisions
Appearance
Content deleted Content added
mNo edit summary |
mNo edit summary |
||
| Line 47: | Line 47: | ||
} |
} |
||
.AAMenuCell a { |
.AAMenuCell a { /*make the div clickable */ |
||
display: block; |
display: block; |
||
height: 100%; |
height: 100%; |
||
| Line 64: | Line 64: | ||
width:290px; |
width:290px; |
||
display:inline-block; |
display:inline-block; |
||
} |
|||
.AAMenuText a { /*make the div clickable */ |
|||
display: block; |
|||
height: 100%; |
|||
width: 100%; |
|||
text-decoration: none; |
|||
} |
} |
||