We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4398e4 + 6ad5867 commit bd139a5Copy full SHA for bd139a5
guides/assets/stylesheets/main.css
@@ -33,6 +33,13 @@ pre, code {
33
overflow: auto;
34
color: #222;
35
}
36
+
37
+p code {
38
+ background: #eee;
39
+ border-radius: 2px;
40
+ padding: 1px 3px;
41
+}
42
43
pre, tt, code {
44
white-space: pre-wrap; /* css-3 */
45
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
@@ -632,7 +639,9 @@ div.code_container {
632
639
margin: 0.25em 0 1.5em 0;
633
640
634
641
635
-.note code, .info code, .todo code {border:none; background: none; padding: 0;}
642
+.note code, .info code, .todo code {
643
+ background: #fff;
644
636
645
637
646
#mainCol ul li {
638
647
list-style:none;
0 commit comments