8000 CSS fixes: hyphens, background of content box · petebachant/winpython.github.io@430b6b1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 430b6b1

Browse files
committed
CSS fixes: hyphens, background of content box
1 parent 00ea631 commit 430b6b1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

css/screen.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,17 @@ html{
33
}
44

55
body {
6-
color: rgb(0, 0, 0);
6+
color: #000000;
77
background-color: rgb(242, 242, 242);
88
text-align: center;
99
font-family: Helvetica, Arial, sans-serif;
1010
max-width: 75em;
1111
margin: 0 auto 1em auto;
12+
-moz-hyphens: auto;
13+
-ms-hyphens: auto;
14+
-o-hyphens: auto;
15+
-webkit-hyphens: auto;
16+
hyphens: auto;
1217
}
1318
a:active {
1419
color: #000099;
@@ -68,6 +73,7 @@ p#title_sub {
6873
margin-right: auto;
6974
padding: 1em;
7075
text-align: justify;
76+
background-color: #FFFFFF;
7177
}
7278

7379
.centered {

0 commit comments

Comments
 (0)
0