Show More
@@ -5,7 +5,7 b' div.output_area {' | |||
|
5 | 5 | .hbox(); |
|
6 | 6 | } |
|
7 | 7 | |
|
8 | ||
|
8 | ||
|
9 | 9 | /* This is needed to protect the pre formating from global settings such |
|
10 | 10 | as that of bootstrap */ |
|
11 | 11 | div.output_area pre { |
@@ -16,9 +16,9 b' div.output_area pre {' | |||
|
16 | 16 | font-size: 100%; |
|
17 | 17 | vertical-align: baseline; |
|
18 | 18 | color: black; |
|
19 |
|
|
|
20 |
|
|
|
21 |
|
|
|
19 | background-color: transparent; | |
|
20 | .border-radius(0); | |
|
21 | line-height: inherit; | |
|
22 | 22 | } |
|
23 | 23 | |
|
24 | 24 | /* This class is for the output subarea inside the output_area and after |
@@ -990,7 +990,7 b' a.heading-anchor:link,a.heading-anchor:visited{text-decoration:none;color:inheri' | |||
|
990 | 990 | #notification_area{position:absolute;right:0px;top:0px;height:25px;padding:3px 0px;padding-right:3px;z-index:10;} |
|
991 | 991 | .notification_widget{float:right;right:0px;top:1px;height:25px;padding:3px 6px;z-index:10;} |
|
992 | 992 | div.output_area{padding:0px;page-break-inside:avoid;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;} |
|
993 |
div.output_area pre{font-family:monospace;margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;color:black;background-color: |
|
|
993 | div.output_area pre{font-family:monospace;margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;color:black;background-color:transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;line-height:inherit;} | |
|
994 | 994 | div.output_subarea{padding:0.44em 0.4em 0.4em 1px;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;} |
|
995 | 995 | div.output_text{text-align:left;color:#000000;font-family:monospace;line-height:1.231;} |
|
996 | 996 | div.output_stream{padding-top:0.0em;padding-bottom:0.0em;} |
General Comments 0
You need to be logged in to leave comments.
Login now