diff options
author | Prabhu Ramachandran | 2017-05-25 18:58:31 +0530 |
---|---|---|
committer | GitHub | 2017-05-25 18:58:31 +0530 |
commit | eae6ee7ceb25f78b216a5e2c9d6165513272e4cb (patch) | |
tree | 2758e1ec86c533b58d0fa3e7f4f5304bcd2431ec /yaksh/static | |
parent | 80b67d07ceaf4c73705a27ee0bfc905e30b19ac4 (diff) | |
parent | 77f05d3df90a70ff97285deb5bda2d91d99e65d5 (diff) | |
download | online_test-eae6ee7ceb25f78b216a5e2c9d6165513272e4cb.tar.gz online_test-eae6ee7ceb25f78b216a5e2c9d6165513272e4cb.tar.bz2 online_test-eae6ee7ceb25f78b216a5e2c9d6165513272e4cb.zip |
Merge pull request #297 from maheshgudi/difflib
StdIO error output simplification
Diffstat (limited to 'yaksh/static')
-rw-r--r-- | yaksh/static/yaksh/css/exam.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/yaksh/static/yaksh/css/exam.css b/yaksh/static/yaksh/css/exam.css new file mode 100644 index 0000000..fff904e --- /dev/null +++ b/yaksh/static/yaksh/css/exam.css @@ -0,0 +1,7 @@ +table td, table th { border: black solid 1px !important; + word-wrap: break-word !important; + white-space: pre-wrap !important; + } +output{ + table-layout: fixed +}
\ No newline at end of file |