Adjusting caption text style in the Twenty Ten theme.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15155 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
797ea0a101
commit
ce7395968d
|
@ -137,6 +137,7 @@ h3#reply-title,
|
|||
.pingback p,
|
||||
.reply,
|
||||
.widget-title,
|
||||
.wp-caption-text,
|
||||
input[type=submit]
|
||||
{
|
||||
font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
|
||||
|
@ -815,8 +816,6 @@ div.menu li {
|
|||
}
|
||||
#content .wp-caption {
|
||||
background: #f1f1f1;
|
||||
color: #888;
|
||||
font-size: 12px;
|
||||
line-height: 18px;
|
||||
text-align: center;
|
||||
margin-bottom: 20px;
|
||||
|
@ -827,6 +826,8 @@ div.menu li {
|
|||
}
|
||||
#content .wp-caption p.wp-caption-text {
|
||||
margin: 5px;
|
||||
color: #888;
|
||||
font-size: 12px;
|
||||
}
|
||||
#content .wp-smiley {
|
||||
margin:0;
|
||||
|
|
Loading…
Reference in New Issue