summary refs log tree commit diff stats
path: root/theme/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'theme/layouts')
-rw-r--r--theme/layouts/4.5/style.css8
-rw-r--r--theme/layouts/6.2/style.css8
-rw-r--r--theme/layouts/7/style.css7
3 files changed, 23 insertions, 0 deletions
diff --git a/theme/layouts/4.5/style.css b/theme/layouts/4.5/style.css index b8afbbb..7e9b574 100644 --- a/theme/layouts/4.5/style.css +++ b/theme/layouts/4.5/style.css
@@ -231,3 +231,11 @@ div#flash {
231* > html div#flash { 231* > html div#flash {
232 position: absolute; 232 position: absolute;
233} 233}
234
235div.module + cite {
236 top: -0.15em;
237}
238
239div.module.unrounded + cite {
240 top: -0.4em;
241}
diff --git a/theme/layouts/6.2/style.css b/theme/layouts/6.2/style.css index 53f3556..e68f7f8 100644 --- a/theme/layouts/6.2/style.css +++ b/theme/layouts/6.2/style.css
@@ -245,3 +245,11 @@ span.post-vote {
245 position: relative; 245 position: relative;
246 top: -20px; 246 top: -20px;
247} 247}
248
249div.module + cite {
250 top: -0.15em;
251}
252
253div.module.unrounded + cite {
254 top: -0.4em;
255}
diff --git a/theme/layouts/7/style.css b/theme/layouts/7/style.css index c16bdfa..e90ee05 100644 --- a/theme/layouts/7/style.css +++ b/theme/layouts/7/style.css
@@ -181,3 +181,10 @@ div#sidebar ul li.active a, div#sidebar ul li a:hover {
181 color: black; 181 color: black;
182} 182}
183 183
184div.module + cite {
185 top: -0.4em;
186}
187
188div.module.unrounded + cite {
189 top: -0.7em;
190}