Template:Shortcut/styles.css: Difference between revisions
Content deleted Content added
Johnrdorazio (talk | contribs) m 1 revision imported |
Johnrdorazio (talk | contribs) m 1 revision imported |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 2:
.module-shortcutboxplain {
float: right;
margin: 0 0 0 1em;▼
border: 1px solid #aaa;
background: #fff;
▲ margin: 0 0 0 1em;
padding: 0.3em 0.6em 0.2em 0.6em;
text-align: center;
font-size: 85%;
}
font-weight: bold;▼
.module-shortcutboxleft {
float: left;
margin: 0 1em 0 0;
}
Line 15 ⟶ 19:
border-bottom: 1px solid #aaa;
margin-bottom: 0.2em;
}
.module-shortcutboxplain > ul {
▲ font-weight: bold;
}
Line 25 ⟶ 32:
li .module-shortcutanchordiv {
float: right; /* IE/Edge in list items */
}
.mbox-imageright .module-shortcutboxplain {
padding: 0.4em 1em 0.4em 1em;
line-height: 1.3;
margin: 0;
}
|