diff options
author | mahesh | 2016-04-15 18:02:03 +0530 |
---|---|---|
committer | mahesh | 2016-04-15 18:02:03 +0530 |
commit | ef5509a54f649dea9707132fdb989b60f552fea8 (patch) | |
tree | aa2e96a68c04570f61c3dfe3630142310cf5b807 /commentingapp | |
parent | 86273fecb3f2aefb17485c6074175f432365a90b (diff) | |
download | Python-TBC-Interface-ef5509a54f649dea9707132fdb989b60f552fea8.tar.gz Python-TBC-Interface-ef5509a54f649dea9707132fdb989b60f552fea8.tar.bz2 Python-TBC-Interface-ef5509a54f649dea9707132fdb989b60f552fea8.zip |
minor changes in template
Diffstat (limited to 'commentingapp')
-rw-r--r-- | commentingapp/templates/commenting.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/commentingapp/templates/commenting.html b/commentingapp/templates/commenting.html index dbdb7c8..ef08090 100644 --- a/commentingapp/templates/commenting.html +++ b/commentingapp/templates/commenting.html @@ -15,8 +15,8 @@ {% csrf_token %} <table id = "comment-table" border = 2 align = "center" style="empty-cells:hide;"> <tr> - <th> Sr. no </th> - <th > Url </th> + <th style "width: 5%"> Sr. no </th> + <th style "width: 45%"> Url </th> <th colspan = ""> Comments </th> </tr> |