diff options
author | prashantsinalkar | 2016-09-06 15:55:32 +0530 |
---|---|---|
committer | prashantsinalkar | 2016-09-06 15:55:32 +0530 |
commit | 13d4d92ccbcde4067a649e644e1f08fbf12f8489 (patch) | |
tree | 4ec50c3a83963f069b41eb75ceb845e0f0a66469 /css | |
parent | a510e9c9d287e755a58fc3bd719cc02aa3c62834 (diff) | |
download | textbook_companion_fixer-13d4d92ccbcde4067a649e644e1f08fbf12f8489.tar.gz textbook_companion_fixer-13d4d92ccbcde4067a649e644e1f08fbf12f8489.tar.bz2 textbook_companion_fixer-13d4d92ccbcde4067a649e644e1f08fbf12f8489.zip |
fixed css issue and formated the code
Diffstat (limited to 'css')
-rwxr-xr-x | css/textbook_companion_fixer.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/textbook_companion_fixer.css b/css/textbook_companion_fixer.css index 5634290..1a91bb0 100755 --- a/css/textbook_companion_fixer.css +++ b/css/textbook_companion_fixer.css @@ -6,9 +6,9 @@ width: 620px; overflow-x: auto; } -#fix-tbc-form #edit-example { +/*#fix-tbc-form #edit-example { height: 250px; -} +}*/ #fix-tbc-page #updating, #fix-tbc-page #done { display: none; |