Twenty Twelve: style basic HTML elements in text widgets, props DrewAPicture. Fixes #21932.
git-svn-id: http://core.svn.wordpress.org/trunk@21990 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a78e2c8d53
commit
7dc528a9d9
|
@ -572,6 +572,19 @@ section[role="banner"] {
|
||||||
font-size: 0.928571429rem;
|
font-size: 0.928571429rem;
|
||||||
line-height: 1.846153846;
|
line-height: 1.846153846;
|
||||||
}
|
}
|
||||||
|
.widget-area .widget p {
|
||||||
|
margin-bottom: 24px;
|
||||||
|
margin-bottom: 1.714285714rem;
|
||||||
|
}
|
||||||
|
.widget-area .textwidget ul {
|
||||||
|
list-style: disc outside;
|
||||||
|
margin: 0 0 24px;
|
||||||
|
margin: 0 0 1.714285714rem;
|
||||||
|
}
|
||||||
|
.widget-area .textwidget li {
|
||||||
|
margin-left: 36px;
|
||||||
|
margin-left: 2.571428571rem;
|
||||||
|
}
|
||||||
.widget-area .widget a {
|
.widget-area .widget a {
|
||||||
color: #777;
|
color: #777;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue