projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2a8f88
)
Fix vertical alignment for feed icons.
author
Samantha Doherty
<sammy@status.net>
Mon, 25 Apr 2011 16:25:14 +0000
(12:25 -0400)
committer
Samantha Doherty
<sammy@status.net>
Mon, 25 Apr 2011 16:25:14 +0000
(12:25 -0400)
theme/base/css/display.css
patch
|
blob
|
history
diff --git
a/theme/base/css/display.css
b/theme/base/css/display.css
index 7b1a134cd13fde44e9f78929f5139bf20494d590..c6247522c2cce51fca711d3f463bfe8288929551 100644
(file)
--- a/
theme/base/css/display.css
+++ b/
theme/base/css/display.css
@@
-717,11
+717,14
@@
display:none;
#export_data li {
list-style-type:none;
- line-height: 2.5;
}
#export_data li a {
+ display: block;
padding-left: 30px;
+ height: 16px;
+ line-height: 16px;
+ margin-bottom: 15px;
}
#aside_primary td {