Skip to content

Commit be439a6

Browse files
committed
r851@tigger: acme | 2008-08-22 15:02:12 +0100
put "clear:both;" back in headers
1 parent e772848 commit be439a6

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

lib/CPAN/Mini/Webserver/Templates.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -983,8 +983,8 @@ textarea {width:390px;height:250px;padding:5px;}
983983
.success a {color:#264409;}
984984
985985
/* /home/acme/hg/CPAN-Mini-Webserver/root/static/css/my-screen.css */
986-
h1 {font-size:1.5em;line-height:1;margin-bottom:1em;}
987-
h2 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;height:1.25em;}
986+
h1 {font-size:1.5em;line-height:1;margin-bottom:1em;clear:both;}
987+
h2 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;height:1.25em;clear:both;}
988988
body {background:#ffffff;font-size:100%;font-family:Georgia, "Times New Roman", Times, serif;}
989989
pre, code, tt {font-size:80%;}
990990
td.searchbar {vertical-align:middle;}

root/static/css/my-screen.css

+14-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1-
h1 {font-size:1.5em;line-height:1;margin-bottom:1em;}
2-
h2 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;height:1.25em;}
1+
h1 {
2+
font-size:1.5em;
3+
line-height:1;
4+
margin-bottom:1em;
5+
clear:both;
6+
}
7+
8+
h2 {
9+
font-size:1.2em;
10+
line-height:1.25;
11+
margin-bottom:1.25em;
12+
height:1.25em;
13+
clear:both;
14+
}
315

416
body {
517
background:#ffffff;

0 commit comments

Comments
 (0)