Adjusting caption text style in the Twenty Ten theme.
git-svn-id: https://develop.svn.wordpress.org/trunk@15155 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ec63079ab7
commit
16236db4fa
|
@ -137,6 +137,7 @@ h3#reply-title,
|
||||||
.pingback p,
|
.pingback p,
|
||||||
.reply,
|
.reply,
|
||||||
.widget-title,
|
.widget-title,
|
||||||
|
.wp-caption-text,
|
||||||
input[type=submit]
|
input[type=submit]
|
||||||
{
|
{
|
||||||
font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
|
font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
|
||||||
|
@ -815,8 +816,6 @@ div.menu li {
|
||||||
}
|
}
|
||||||
#content .wp-caption {
|
#content .wp-caption {
|
||||||
background: #f1f1f1;
|
background: #f1f1f1;
|
||||||
color: #888;
|
|
||||||
font-size: 12px;
|
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
@ -827,6 +826,8 @@ div.menu li {
|
||||||
}
|
}
|
||||||
#content .wp-caption p.wp-caption-text {
|
#content .wp-caption p.wp-caption-text {
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
|
color: #888;
|
||||||
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
#content .wp-smiley {
|
#content .wp-smiley {
|
||||||
margin:0;
|
margin:0;
|
||||||
|
|
Loading…
Reference in New Issue