-
Notifications
You must be signed in to change notification settings - Fork 75
Expand file tree
/
Copy pathpolls-css-rtl.css
More file actions
29 lines (25 loc) · 786 Bytes
/
Copy pathpolls-css-rtl.css
File metadata and controls
29 lines (25 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*
+----------------------------------------------------------------+
| |
| WordPress Plugin: WP-Polls |
| Copyright (c) 2012 Lester "GaMerZ" Chan |
| |
| File Written By: |
| - Lester "GaMerZ" Chan |
| - http://lesterchan.net |
| |
| File Information: |
| - Polls CSS File (RTL) |
| - wp-content/plugins/wp-polls/polls-css.css |
| |
+----------------------------------------------------------------+
*/
.wp-polls ul li, .wp-polls-ul li, .wp-polls-ans ul li {
text-align: right;
}
.wp-polls ul, .wp-polls-ul, .wp-polls-ans ul {
text-align: right;
}
.wp-polls-ul {
margin: 0px 10px 10px 0px;
}