diff options
author | nodiscc <nodiscc@gmail.com> | 2014-12-05 17:56:19 +0100 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2014-12-05 17:56:19 +0100 |
commit | cdd870b72efbb24fbf4e247f529121d2e04ed86e (patch) | |
tree | c0bba497d51ab9d0e50dc95b7b024cf20de30886 /tpl/addlink.html | |
parent | dff9ee543d8194787bf087565e9242914c5d6393 (diff) | |
parent | c133612f32849b76785635efe19d4afedcfd0248 (diff) | |
download | Shaarli-cdd870b72efbb24fbf4e247f529121d2e04ed86e.tar.gz Shaarli-cdd870b72efbb24fbf4e247f529121d2e04ed86e.tar.zst Shaarli-cdd870b72efbb24fbf4e247f529121d2e04ed86e.zip |
Merge pull request #68 from virtualtam/hardcoded-style
CSS: remove hardcoded style from templates
Diffstat (limited to 'tpl/addlink.html')
-rw-r--r-- | tpl/addlink.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/addlink.html b/tpl/addlink.html index 853715dc..da50f45e 100644 --- a/tpl/addlink.html +++ b/tpl/addlink.html | |||
@@ -6,11 +6,11 @@ | |||
6 | {include="page.header"} | 6 | {include="page.header"} |
7 | <div id="headerform"> | 7 | <div id="headerform"> |
8 | <form method="GET" action="" name="addform" class="addform"> | 8 | <form method="GET" action="" name="addform" class="addform"> |
9 | <input type="text" name="post" style="width:50%;"> | 9 | <input type="text" name="post" class="linkurl"> |
10 | <input type="submit" value="Add link" class="bigbutton"> | 10 | <input type="submit" value="Add link" class="bigbutton"> |
11 | </form> | 11 | </form> |
12 | </div> | 12 | </div> |
13 | </div> | 13 | </div> |
14 | {include="page.footer"} | 14 | {include="page.footer"} |
15 | </body> | 15 | </body> |
16 | </html> \ No newline at end of file | 16 | </html> |