From 6ef7807301fd02e58f9d80429333b589814738fc Mon Sep 17 00:00:00 2001
From: Ned Batchelder
+
coverage.py v{{__version__}},
created at {{ time_stamp }}
diff --git a/coverage/htmlfiles/pyfile.html b/coverage/htmlfiles/pyfile.html index c52da160..8fcfc660 100644 --- a/coverage/htmlfiles/pyfile.html +++ b/coverage/htmlfiles/pyfile.html @@ -5,9 +5,6 @@
- {# IE8 rounds line-height incorrectly, and adding this emulateIE7 line makes it right! #} - {# http://social.msdn.microsoft.com/Forums/en-US/iewebdevelopment/thread/7684445e-f080-4d8f-8529-132763348e21 #} -
@@ -25,15 +22,15 @@ {{nums.pc_covered_str}}% -
+
« prev ^ index » next @@ -86,16 +84,16 @@ created at {{ time_stamp }}
- +diff --git a/coverage/htmlfiles/style.css b/coverage/htmlfiles/style.css index f13703c2..d6768a35 100644 --- a/coverage/htmlfiles/style.css +++ b/coverage/htmlfiles/style.css @@ -28,6 +28,8 @@ a.nav { text-decoration: none; color: inherit; } a.nav:hover { text-decoration: underline; color: inherit; } +.hidden { display: none; } + header { background: #f8f8f8; width: 100%; z-index: 2; border-bottom: 1px solid #ccc; } @media (prefers-color-scheme: dark) { header { background: black; } } @@ -38,13 +40,13 @@ header .content { padding: 1rem 3.5rem; } header h2 { margin-top: .5em; font-size: 1em; } -header p { margin: .5em 0 -.5em; color: #666; font-style: italic; } +header p.text { margin: .5em 0 -.5em; color: #666; font-style: italic; } -@media (prefers-color-scheme: dark) { header p { color: #aaa; } } +@media (prefers-color-scheme: dark) { header p.text { color: #aaa; } } header.sticky { position: fixed; left: 0; right: 0; height: 2.5em; } -header.sticky p, header.sticky .text { display: none; } +header.sticky .text { display: none; } header.sticky h1, header.sticky h2 { font-size: 1em; margin-top: 0; display: inline-block; } @@ -126,7 +128,9 @@ header button.par.show_par { background: #ffa; border: 2px solid #bbbb00; margin #help_panel_state { display: none; } -#help_panel { top: 25px; right: 0; padding: .75em; border: 1px solid #883; } +#help_panel { top: 25px; right: 0; padding: .75em; border: 1px solid #883; color: #333; } + +#help_panel .keyhelp p { margin-top: .75em; } #help_panel .legend { font-style: italic; margin-bottom: 1em; } @@ -136,8 +140,6 @@ header button.par.show_par { background: #ffa; border: 2px solid #bbbb00; margin #help_panel_state:checked ~ #help_panel { display: block; } -.keyhelp { margin-top: .75em; } - kbd { border: 1px solid black; border-color: #888 #333 #333 #888; padding: .1em .35em; font-family: SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-weight: bold; background: #eee; border-radius: 3px; } #source { padding: 1em 0 1em 3.5rem; font-family: SFMono-Regular, Menlo, Monaco, Consolas, monospace; } diff --git a/coverage/htmlfiles/style.scss b/coverage/htmlfiles/style.scss index 41315196..1e9103fd 100644 --- a/coverage/htmlfiles/style.scss +++ b/coverage/htmlfiles/style.scss @@ -156,6 +156,10 @@ a.nav { } } +.hidden { + display: none; +} + // Page structure header { background: $light-gray1; @@ -174,7 +178,7 @@ header { font-size: 1em; } - p { + p.text { margin: .5em 0 -.5em; color: $light-gray5; @include color-dark($dark-gray5); @@ -187,7 +191,7 @@ header { right: 0; height: 2.5em; - p, .text { + .text { display: none; } @@ -354,6 +358,12 @@ header button { padding: .75em; border: 1px solid #883; + color: #333; + + .keyhelp p { + margin-top: .75em; + } + .legend { font-style: italic; margin-bottom: 1em; @@ -361,12 +371,10 @@ header button { .indexfile & { width: 25em; - //min-height: 4em; } .pyfile & { width: 18em; - //min-height: 8em; } #help_panel_state:checked ~ & { @@ -374,10 +382,6 @@ header button { } } -.keyhelp { - margin-top: .75em; -} - kbd { border: 1px solid black; border-color: #888 #333 #333 #888; -- cgit v1.2.1