summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-27 03:04:24 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-27 03:04:24 -0400
commit4dd92220deef1d844f779789a5c6cb218ae1f3b7 (patch)
treed357c82e72ac33145c01033c0e34bb7907865275 /app/assets
parent987b3e0d151d58c6b44e16e3ec4d13ce7f303fe7 (diff)
left-align <pre> tags
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/custom.css.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/custom.css.scss b/app/assets/stylesheets/custom.css.scss
index b456893..6e54043 100644
--- a/app/assets/stylesheets/custom.css.scss
+++ b/app/assets/stylesheets/custom.css.scss
@@ -94,3 +94,7 @@ p.errors {
.expanded { display: block; }
}
}
+
+pre {
+ text-align: left;
+}