diff options
author | ArthurHoaro <arthur@hoa.ro> | 2018-05-29 20:20:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-29 20:20:02 +0200 |
commit | 8f816d8ddfe9219e15580cef6e5c9037d1d4fd28 (patch) | |
tree | 959b5982d522c3b489353dd2300b85f2d1638720 /tpl/default/pluginsadmin.html | |
parent | cdebf7f9b408f4034b03644a91461f3454c6c039 (diff) | |
parent | 03b483aa45ca994c0d75010e2008a8f0bfcf7ed3 (diff) | |
download | Shaarli-8f816d8ddfe9219e15580cef6e5c9037d1d4fd28.tar.gz Shaarli-8f816d8ddfe9219e15580cef6e5c9037d1d4fd28.tar.zst Shaarli-8f816d8ddfe9219e15580cef6e5c9037d1d4fd28.zip |
Merge pull request #1135 from ArthurHoaro/ci/csslint
Reformat SCSS to SASS format and run SASSLint in CI
Diffstat (limited to 'tpl/default/pluginsadmin.html')
-rw-r--r-- | tpl/default/pluginsadmin.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/pluginsadmin.html b/tpl/default/pluginsadmin.html index fa26c859..8f2597df 100644 --- a/tpl/default/pluginsadmin.html +++ b/tpl/default/pluginsadmin.html | |||
@@ -16,7 +16,7 @@ | |||
16 | <div class="clear"></div> | 16 | <div class="clear"></div> |
17 | </noscript> | 17 | </noscript> |
18 | 18 | ||
19 | <form method="POST" action="?do=save_pluginadmin" name="pluginform" id="pluginform"> | 19 | <form method="POST" action="?do=save_pluginadmin" name="pluginform" id="pluginform" class="pluginform-container"> |
20 | <div class="pure-g"> | 20 | <div class="pure-g"> |
21 | <div class="pure-u-lg-1-8 pure-u-1-24"></div> | 21 | <div class="pure-u-lg-1-8 pure-u-1-24"></div> |
22 | <div class="pure-u-lg-3-4 pure-u-22-24 page-form page-form-complete"> | 22 | <div class="pure-u-lg-3-4 pure-u-22-24 page-form page-form-complete"> |