Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-doc
Path: blob/main/website/themes/beastie/static/css/iefixes.css
18096 views
1
/*
2
* FreeBSD.org - Fixes for Internet Explorer
3
* $FreeBSD$
4
*/
5
6
/*Win IE fix \*/
7
8
* html #topnavlist li { margin: 0 0.5em 0 -0.5em; }
9
10
* html #menu ul.first { border-left: 0; }
11
* html #menu li { margin: 0.2em 0 -1em 0; }
12
13
* html #languagenavlist li { padding: 0 0.1em 0 0.4em; }
14
* html #languagenavlist li.last-child { padding: 0 0em 0 0.4em; }
15
16
* html #searchnavlist li { padding: 0 0.4em 0 0.8em; }
17
* html #searchnavlist li.last-child { padding: 0 0 0 0.8em; }
18
19
* html #search { height: 1%; }
20
21
* html #mirror { height: 1%; }
22
23
/*End Win IE fix*/
24
25
/*Win IE fix \*/
26
27
* html pre { font-size: 1.0em; }
28
29
* html tt { font-size: 1.0em; }
30
31
/*End Win IE fix*/
32
33
/*Win IE fix \*/
34
35
* html #frontshortcuts { height: 1%; }
36
37
* html #frontshortcutswrap { height: 1%; }
38
39
* html #frontshortcutscontent { height: 1%; }
40
41
* html #frontshortcutslist { height: 1%; }
42
43
* html #frontreleases { height: 1%; }
44
45
* html #frontreleaseswrap { height: 1%; }
46
47
* html #frontreleasescontent { height: 1%; }
48
49
* html #frontreleaseslist { height: 1%; }
50
51
/*End Win IE fix*/
52
53