summaryrefslogtreecommitdiff
path: root/yaksh/static
diff options
context:
space:
mode:
authorCruiseDevice2019-01-04 16:33:26 +0530
committerCruiseDevice2019-01-28 13:07:02 +0530
commita4c6a0a3c013f02c7cdd1d365a180ff6de121d6e (patch)
tree83055ac859ae88740790197fbf8db01352bbd1e9 /yaksh/static
parentf72b744db670d88c095200832a638b69f514f55c (diff)
downloadonline_test-a4c6a0a3c013f02c7cdd1d365a180ff6de121d6e.tar.gz
online_test-a4c6a0a3c013f02c7cdd1d365a180ff6de121d6e.tar.bz2
online_test-a4c6a0a3c013f02c7cdd1d365a180ff6de121d6e.zip
Code refactor and resolves requested changes.
Diffstat (limited to 'yaksh/static')
-rw-r--r--yaksh/static/yaksh/css/exam.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/yaksh/static/yaksh/css/exam.css b/yaksh/static/yaksh/css/exam.css
index e420166..a246141 100644
--- a/yaksh/static/yaksh/css/exam.css
+++ b/yaksh/static/yaksh/css/exam.css
@@ -5,8 +5,9 @@
#stdio, #assertion {
table-layout: fixed
}
-.table{
+.legend_table{
border: 1px solid;
+ width: 15em;
background-color: white;
border-spacing: 5px;
border-collapse: collapse;