Template:Shortcut/styles.css: Difference between revisions
Jump to navigation
Jump to search
en>Galobtter create styles based on :css in Module:Shortcut |
en>Galobtter fix |
||
Line 17: | Line 17: | ||
} | } | ||
. | .shortcutanchordiv { | ||
position:relative; | position:relative; | ||
top:-3em; | top:-3em; | ||
} | } |
Revision as of 12:47, 29 July 2018
.shortcutbox {
float:right;
border:1px solid #aaa;
background:#fff;
margin:0 0 0 1em;
padding:.3em .6em .2em .6em;
text-align:center;
font-size:85%;
font-weight:bold
}
.shortcutlist {
display:inline-block;
border-bottom:1px solid #aaa;
margin-bottom:.2em;
font-weight: normal;
}
.shortcutanchordiv {
position:relative;
top:-3em;
}