essential-widgets-public.css in Essential Widgets trunk, at public/css/essential-widgets-public.css
| 1 | /** |
| 2 | * All of the CSS for your public-facing functionality should be |
| 3 | * included in this file. |
| 4 | */ |
| 5 | |
| 6 | .tagcloud.rounded-corners a { |
| 7 | border-radius: 10px; |
| 8 | } |
| 9 | |
| 10 | /* Author/Archive/Categories Widget */ |
| 11 | .ew-author ul, |
| 12 | .ew-archive ul, |
| 13 | .ew-categories ul { |
| 14 | text-align: right; |
| 15 | margin-left: 0; |
| 16 | } |
| 17 | |
| 18 | .ew-author li, |
| 19 | .ew-archive li, |
| 20 | .ew-categories li { |
| 21 | display: block; |
| 22 | height: 1%; |
| 23 | overflow: hidden; |
| 24 | } |
| 25 | |
| 26 | .ew-author ul a, |
| 27 | .ew-archive ul a, |
| 28 | .ew-categories ul a { |
| 29 | float: left; |
| 30 | } |