diff options
| author | Maxime Dénès | 2017-08-16 09:51:16 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-08-16 09:51:16 +0200 |
| commit | 4b92a109d0d8e1f04e259f56d82b5d15b3c79134 (patch) | |
| tree | d08cf96208a2aa572cb354cb3f5f8cb4c8edf01b /doc/common/styles/html/coqremote/modules/system/defaults.css | |
| parent | e1264c9f0d50bf8ca09fa7388101daa0b4c29635 (diff) | |
| parent | 82fe61d1ec6969be6dc32ae3006faf99c8eedd55 (diff) | |
Merge PR #831: Port ssreflect user manual to Coq's latex/hevea style
Diffstat (limited to 'doc/common/styles/html/coqremote/modules/system/defaults.css')
| -rw-r--r-- | doc/common/styles/html/coqremote/modules/system/defaults.css | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/doc/common/styles/html/coqremote/modules/system/defaults.css b/doc/common/styles/html/coqremote/modules/system/defaults.css new file mode 100644 index 0000000000..eb983b7f81 --- /dev/null +++ b/doc/common/styles/html/coqremote/modules/system/defaults.css @@ -0,0 +1,52 @@ + +/* +** HTML elements +*/ +fieldset { + margin-bottom: 1em; + padding: .5em; +} +form { + margin: 0; + padding: 0; +} +hr { + height: 1px; + border: 1px solid gray; +} +img { + border: 0; +} +table { + border-collapse: collapse; +} +th { + text-align: left; /* LTR */ + padding-right: 1em; /* LTR */ + border-bottom: 3px solid #ccc; +} + +/* +** Markup free clearing +** Details: http://www.positioniseverything.net/easyclearing.html +*/ +.clear-block:after { + content: "."; + display: block; + height: 0; + clear: both; + visibility: hidden; +} + +.clear-block { + display: inline-block; +} + +/* Hides from IE-mac \*/ +* html .clear-block { + height: 1%; +} +.clear-block { + display: block; +} +/* End hide from IE-mac */ |
