mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-16 15:46:04 +01:00
Twenty Twelve: widget style fikes, align the ".timesince" class in the Twitter widget to the right like Twenty Eleven does. Props chellycat, see #21477.
git-svn-id: http://core.svn.wordpress.org/trunk@21447 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f79fe8ac32
commit
fba5363fce
@ -1322,6 +1322,13 @@ label ~ span.required {
|
||||
font-size: 0.928571429rem;
|
||||
line-height: 1.846153846;
|
||||
}
|
||||
.widget_twitter li {
|
||||
list-style-type: none;
|
||||
}
|
||||
.widget_twitter .timesince {
|
||||
display: block;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
||||
/* =Plugins
|
||||
|
Loading…
Reference in New Issue
Block a user