Skip to content

Commit a1797f8

Browse files
committed
Added border radius to code blocks and warnings.
1 parent 5c08d41 commit a1797f8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

themes/jquery/css/base.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3027,6 +3027,7 @@ footer li img {
30273027
padding: 0.5em 1em;
30283028
margin: 1em;
30293029
background: #fff3a5;
3030+
border-radius: 5px;
30303031
}
30313032

30323033
/* Media Queries
@@ -4015,6 +4016,10 @@ pre .chunk {
40154016
border-right: 2px solid #999;
40164017
}
40174018

4019+
.syntaxhighlighter {
4020+
border-radius: 5px;
4021+
}
4022+
40184023
#content .syntaxhighlighter tr {
40194024
border-bottom: none;
40204025
}

0 commit comments

Comments
 (0)