diff options
author | Luke Shumaker <shumakl@purdue.edu> | 2014-04-27 03:04:24 -0400 |
---|---|---|
committer | Luke Shumaker <shumakl@purdue.edu> | 2014-04-27 03:04:24 -0400 |
commit | 4dd92220deef1d844f779789a5c6cb218ae1f3b7 (patch) | |
tree | d357c82e72ac33145c01033c0e34bb7907865275 /app | |
parent | 987b3e0d151d58c6b44e16e3ec4d13ce7f303fe7 (diff) |
left-align <pre> tags
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/custom.css.scss | 4 |
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; +} |