Skip to content

Commit 56581dd

Browse files
authored
Merge pull request #9 from pcucka/master
Added a line break to the copyright footer.
2 parents 8d46a68 + 9f552f6 commit 56581dd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

style.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -435,14 +435,15 @@ a {
435435

436436
#footer p {
437437
font-size: 10px;
438-
line-height: 40px;
439-
margin-top: 50px;
438+
line-height: 30px;
439+
margin-top: 60px;
440440
text-align: center;
441441
}
442442

443443
#footer p:before {
444-
content: "Copyright OpenVDB a Series of LF Projects, LLC. All rights reserved. All documentation on this website made available under a Creative Commons Attribution 4.0 International License.";
444+
content: "Copyright OpenVDB a Series of LF Projects, LLC. All rights reserved.\A All documentation on this website made available under a Creative Commons Attribution 4.0 International License.";
445445
display: inline;
446+
white-space: pre;
446447
}
447448

448449

0 commit comments

Comments
 (0)