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
Branches
Tags
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
/** UNL Specific */
#maincontent p {
max-width:700px;
word-wrap:break-word;}
#maincontent pre {
border: 1px inset #C4C4C4;
......
......@@ -91,7 +91,7 @@ div.subject a.showButton {
}
pre {
max-width:700px;overflow-x:auto;
overflow-x:auto;
}
@media print {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment