Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 430b6b1

Browse filesBrowse files
committed
CSS fixes: hyphens, background of content box
1 parent 00ea631 commit 430b6b1
Copy full SHA for 430b6b1

File tree

Expand file treeCollapse file tree

1 file changed

+7
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-1
lines changed

‎css/screen.css

Copy file name to clipboardExpand all lines: css/screen.css
+7-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.