Skip to content
Snippets Groups Projects
Commit c14b3300 authored by Brett Bieber's avatar Brett Bieber
Browse files

Remove 700px content width limitations

parent 50fa04a3
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,6 @@ Striped down main.css - we have our own, but there are some things here that are ...@@ -14,7 +14,6 @@ Striped down main.css - we have our own, but there are some things here that are
/** UNL Specific */ /** UNL Specific */
#maincontent p { #maincontent p {
max-width:700px;
word-wrap:break-word;} word-wrap:break-word;}
#maincontent pre { #maincontent pre {
border: 1px inset #C4C4C4; border: 1px inset #C4C4C4;
......
...@@ -91,7 +91,7 @@ div.subject a.showButton { ...@@ -91,7 +91,7 @@ div.subject a.showButton {
} }
pre { pre {
max-width:700px;overflow-x:auto; overflow-x:auto;
} }
@media print { @media print {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment