diff options
author | mahesh | 2016-04-19 15:24:17 +0530 |
---|---|---|
committer | mahesh | 2016-04-19 15:24:17 +0530 |
commit | 106214f2fb8e7989a80913caa868a21f0d2bc995 (patch) | |
tree | 8f9c47abf3f72e0cc907406c85082cc92502c25c /commentingapp/templates | |
parent | dd0e366a19d89a249257e5e3f5bd61ad020a0430 (diff) | |
download | Python-TBC-Interface-106214f2fb8e7989a80913caa868a21f0d2bc995.tar.gz Python-TBC-Interface-106214f2fb8e7989a80913caa868a21f0d2bc995.tar.bz2 Python-TBC-Interface-106214f2fb8e7989a80913caa868a21f0d2bc995.zip |
made changes in css
Diffstat (limited to 'commentingapp/templates')
-rw-r--r-- | commentingapp/templates/commenting.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/commentingapp/templates/commenting.html b/commentingapp/templates/commenting.html index dac6b37..3e888e6 100644 --- a/commentingapp/templates/commenting.html +++ b/commentingapp/templates/commenting.html @@ -13,10 +13,10 @@ <form name = "Send Email" action = "{% url 'commentingapp.views.commenting' %}" method = "POST"> {% csrf_token %} - <table id = "comment-table" border = 2 align = "center" style="empty-cells:hide;"> + <table id = "comment-table" border = 2 align = "center"> <tr> - <th style "width: 5%"> Sr. no </th> - <th style "width: 45%"> Url </th> + <th style = "width: 5%"> Sr. no </th> + <th style = "width: 45%"> Url </th> <th colspan = ""> Comments </th> </tr> |