pygmentize grid section; update bs-docs-example corners
This commit is contained in:
parent
7e6211e244
commit
6b14de292a
2 changed files with 32 additions and 22 deletions
|
|
@ -198,6 +198,8 @@ section > ul li {
|
|||
padding: 39px 14px 14px;
|
||||
margin-bottom: -1px;
|
||||
border: 1px solid #ddd;
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
}
|
||||
/* Echo out a label for the example */
|
||||
.bs-docs-example:after {
|
||||
|
|
@ -211,6 +213,8 @@ section > ul li {
|
|||
color: #9da0a4;
|
||||
background-color: #f5f5f5;
|
||||
border: 1px solid #ddd;
|
||||
border-top-left-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
}
|
||||
|
||||
/* Tweak display of the examples */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue