PluginProbe
Essential Widgets / 2.2
Essential Widgets v2.2
3.2.1 3.3 3.2 trunk 1.0.0 1.0.1 1.1 1.2 1.2.1 1.2.2 1.3 1.4 1.4.1 1.5 1.6 1.7 1.7.1 1.7.2 1.7.3 1.7.4 1.8 1.9 2.0 2.1 2.2 All 31 releases
essential-widgets / public / css / essential-widgets-public.css

essential-widgets-public.css in Essential Widgets 2.2, at public/css/essential-widgets-public.css

30 lines 484 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 }