| | |
| | ol { |
| | - list-style-type: decimal; |
| | + list-style-type: decimal; |
| | +} |
| | + |
| | +ul ul, ol ul, |
| | +ol ol, ul ol { |
| | + list-style-position: inside; |
| | + margin-left: 1em; |
| | } |
| | |
| | ul ul, ol ul { |
| | - list-style-type: circle; |
| | - list-style-position: inside; |
| | - margin-left: 1em; |
| | + list-style-type: circle; |
| | } |
| | + |
| | ol ol, ul ol { |
| | - list-style-type: lower-latin; |
| | - list-style-position: inside; |
| | - margin-left: 1em; |
| | + list-style-type: lower-latin; |
| | } |
| | |
 |
| | |
| | code, tt { |
| | - margin: 0 0px; |
| | - padding: 0px 0px; |
| | white-space: nowrap; |
| | border: 1px solid #ccc; |
| | background-color: #f8f8f8; |
| | border-radius: 3px; |
| | } |
| | |
| | pre>code { |
| | - margin: 0; |
| | white-space: pre; |
| | border: none; |
| | background: transparent; |
| | } |
| | |
| | pre { |
| | background-color: #f8f8f8; |
| | - border: 1px solid #ccc; |
| | + border: .125em solid #ccc; |
| | font-size: 13px; |
| | line-height: 19px; |
| | overflow: auto; |
| | - padding: 6px 10px; |
| | - border-radius: 3px; |
| | + padding: .25em .5em; |
| | + border-radius: .25em; |
| | } |
| | |
| | pre code, pre tt { |
| | background-color: transparent; |
| | border: none; |
| | } |
| | |
| | kbd { |
| | - -moz-border-bottom-colors: none; |
| | - -moz-border-left-colors: none; |
| | - -moz-border-right-colors: none; |
| | - -moz-border-top-colors: none; |
| | background-color: #ccc; |
| | background-image: linear-gradient(#F1F1F1, #DDDDDD); |
| | background-repeat: repeat-x; |
| | border-color: #DDDDDD #CCCCCC #CCCCCC #DDDDDD; |
| | border-image: none; |
| | - border-radius: 2px 2px 2px 2px; |
| | + border-radius: 2px; |
| | border-style: solid; |
| | border-width: 1px; |
 |
| | img { |
| | max-width: 100%; |
| | - height: auto; |
| | } |
| | |