summaryrefslogtreecommitdiff
path: root/yaksh/static
diff options
context:
space:
mode:
authoradityacp2017-06-12 18:24:01 +0530
committeradityacp2017-06-12 18:24:01 +0530
commit3552f4bc8082fc3ecc5290029cac6a839cd3b247 (patch)
treebb2014bed4c67f644932070611bcdb68eb234912 /yaksh/static
parenta002ab59dbff856ee3838078cbe4f8fa439fd894 (diff)
parenteae6ee7ceb25f78b216a5e2c9d6165513272e4cb (diff)
downloadonline_test-3552f4bc8082fc3ecc5290029cac6a839cd3b247.tar.gz
online_test-3552f4bc8082fc3ecc5290029cac6a839cd3b247.tar.bz2
online_test-3552f4bc8082fc3ecc5290029cac6a839cd3b247.zip
Add latest changes after rebase
Diffstat (limited to 'yaksh/static')
-rw-r--r--yaksh/static/yaksh/css/exam.css7
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