12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- .g-doc {
- width: 100%;
- text-align: left;
- }
- .g-section {
- width: 100%;
- vertical-align: top;
- display: inline-block;
- }
- *:first-child+html .g-section {
- display: block;
- }
- * html .g-section {
- overflow: hidden;
- }
- @-moz-document url-prefix() {
- .g-section {
- overflow: hidden;
- }
- }
- @-moz-document url-prefix() {
- .g-section,tt:default {
- overflow: visible;
- }
- }
- .g-section,
- .g-unit {
- zoom: 1;
- }
- .g-split .g-unit {
- text-align: right;
- }
- .g-split .g-first {
- text-align: left;
- }
|