diff options
author | Prabhu Ramachandran | 2017-03-22 16:56:29 +0530 |
---|---|---|
committer | GitHub | 2017-03-22 16:56:29 +0530 |
commit | 99addf818d4b7c5c2d4ccecac7d50b0a5ea89a72 (patch) | |
tree | 644c7ff9a21c8f7b14519fe84492341a58099c4c /yaksh/static | |
parent | 49a4cbac480f8a9e3fafcd50e6ce2fa41a5d8699 (diff) | |
parent | 99b0bd05370e92ee3663354e5ca9122b75cfb2a7 (diff) | |
download | online_test-99addf818d4b7c5c2d4ccecac7d50b0a5ea89a72.tar.gz online_test-99addf818d4b7c5c2d4ccecac7d50b0a5ea89a72.tar.bz2 online_test-99addf818d4b7c5c2d4ccecac7d50b0a5ea89a72.zip |
Merge pull request #215 from maheshgudi/fill_in_the_blanks
Fill in the blanks
Diffstat (limited to 'yaksh/static')
-rw-r--r-- | yaksh/static/yaksh/css/question.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/yaksh/static/yaksh/css/question.css b/yaksh/static/yaksh/css/question.css index 9fb2e1a..fdbe5f2 100644 --- a/yaksh/static/yaksh/css/question.css +++ b/yaksh/static/yaksh/css/question.css @@ -36,3 +36,8 @@ .lineObj{ color: grey; } + +#string{ + width: 60em; + height: 10em; +} |