mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-09 04:11:10 +01:00
31e258ae64
git-svn-id: http://svn.automattic.com/wordpress/trunk@7398 1a063a9b-81f0-0310-95a4-ce76da25c4cd
24 lines
426 B
CSS
24 lines
426 B
CSS
#rightnow .reallynow span {
|
|
text-align: right;
|
|
float: right;
|
|
}
|
|
|
|
#rightnow .reallynow a {
|
|
text-align: left;
|
|
float: left;
|
|
margin: 1px 0 0 6px;
|
|
}
|
|
h3.dashboard-widget-title span {
|
|
text-align: right;
|
|
float: right;
|
|
}
|
|
h3.dashboard-widget-title small {
|
|
text-align: left;
|
|
float: left;
|
|
}
|
|
div.dashboard-widget-content ul,
|
|
div.dashboard-widget-content ol,
|
|
div.dashboard-widget-content dl {
|
|
padding-left:0;
|
|
padding-right:15px;
|
|
} |