From a4c6a0a3c013f02c7cdd1d365a180ff6de121d6e Mon Sep 17 00:00:00 2001 From: CruiseDevice Date: Fri, 4 Jan 2019 16:33:26 +0530 Subject: Code refactor and resolves requested changes. --- yaksh/static/yaksh/css/exam.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'yaksh/static') 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; -- cgit