Show More
@@ -5,7 +5,7 b' div.output_area {' | |||||
5 | .hbox(); |
|
5 | .hbox(); | |
6 | } |
|
6 | } | |
7 |
|
7 | |||
8 |
|
8 | |||
9 | /* This is needed to protect the pre formating from global settings such |
|
9 | /* This is needed to protect the pre formating from global settings such | |
10 | as that of bootstrap */ |
|
10 | as that of bootstrap */ | |
11 | div.output_area pre { |
|
11 | div.output_area pre { | |
@@ -16,9 +16,9 b' div.output_area pre {' | |||||
16 | font-size: 100%; |
|
16 | font-size: 100%; | |
17 | vertical-align: baseline; |
|
17 | vertical-align: baseline; | |
18 | color: black; |
|
18 | color: black; | |
19 |
|
|
19 | background-color: transparent; | |
20 |
|
|
20 | .border-radius(0); | |
21 |
|
|
21 | line-height: inherit; | |
22 | } |
|
22 | } | |
23 |
|
23 | |||
24 | /* This class is for the output subarea inside the output_area and after |
|
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 | #notification_area{position:absolute;right:0px;top:0px;height:25px;padding:3px 0px;padding-right:3px;z-index:10;} |
|
990 | #notification_area{position:absolute;right:0px;top:0px;height:25px;padding:3px 0px;padding-right:3px;z-index:10;} | |
991 | .notification_widget{float:right;right:0px;top:1px;height:25px;padding:3px 6px;z-index:10;} |
|
991 | .notification_widget{float:right;right:0px;top:1px;height:25px;padding:3px 6px;z-index:10;} | |
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;} |
|
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 | div.output_subarea{padding:0.44em 0.4em 0.4em 1px;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;} |
|
994 | div.output_subarea{padding:0.44em 0.4em 0.4em 1px;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;} | |
995 | div.output_text{text-align:left;color:#000000;font-family:monospace;line-height:1.231;} |
|
995 | div.output_text{text-align:left;color:#000000;font-family:monospace;line-height:1.231;} | |
996 | div.output_stream{padding-top:0.0em;padding-bottom:0.0em;} |
|
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