Skip to content

Commit e96c310

Browse files
committed
Base theme: Restore padding for code elements
Effectively reverts 93232cd, which was done due to Ghostery blocking Typekit, which caused Consolas to be used for code elements instead, which has less "native" padding.
1 parent 317ebf5 commit e96c310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/jquery/css/base.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ pre, code {
245245
line-height: 16px;
246246
}
247247
code {
248-
padding: 2px 5px;
248+
padding: 0 3px;
249249
background-color: #eee; /* support: IE8 */;
250250
background-color: rgba( 0, 0, 0, .1 );
251251
border-radius: 3px;

0 commit comments

Comments
 (0)