Template:Wikipedia languages/styles.css: Difference between revisions
kill left margin on the list |
m 23 revisions imported Tags: Mobile edit Mobile web edit |
||
| (10 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
/* {{pp|small=yes}} */ | |||
.wikipedia-languages-complete { | .wikipedia-languages-complete { | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
.wikipedia-languages- | .wikipedia-languages ul { | ||
margin-left: 0; | |||
} | |||
.wikipedia-languages ul a { | |||
white-space: nowrap; | |||
} | |||
.wikipedia-languages > ul { | |||
list-style: none; | list-style: none; | ||
text-align: center; | text-align: center; | ||
clear: both; | clear: both; | ||
} | } | ||
.wikipedia-languages-count-container { | .wikipedia-languages-count-container { | ||
width: 90%; | |||
display: flex; | display: flex; | ||
justify-content: center; | justify-content: center; | ||
padding-top: 1em; | padding-top: 1em; | ||
margin: 0 auto; | |||
} | } | ||
| Line 29: | Line 37: | ||
.wikipedia-languages-count { | .wikipedia-languages-count { | ||
padding: 0 1em; | padding: 0 1em; | ||
white-space: nowrap; | |||
} | } | ||