aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/css
diff options
context:
space:
mode:
authorClemens <cle1000.cb@gmail.com>2016-08-18 18:05:38 +0200
committerClemens <cle1000.cb@gmail.com>2016-08-18 18:05:38 +0200
commit66e9db3713d54c67be1cf2bef1b0633db084649c (patch)
tree3a465ae30596155c33b224a467ea9ff5c8eca061 /web/src/css
parenta416732665aa7a0fb56e20f9888fd9488750a4df (diff)
downloadmitmproxy-66e9db3713d54c67be1cf2bef1b0633db084649c.tar.gz
mitmproxy-66e9db3713d54c67be1cf2bef1b0633db084649c.tar.bz2
mitmproxy-66e9db3713d54c67be1cf2bef1b0633db084649c.zip
refactor contentviews, dropdown, filemenu and footer
Diffstat (limited to 'web/src/css')
-rw-r--r--web/src/css/dropdown.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/src/css/dropdown.less b/web/src/css/dropdown.less
new file mode 100644
index 00000000..663373b3
--- /dev/null
+++ b/web/src/css/dropdown.less
@@ -0,0 +1,4 @@
+hr .divider {
+ margin-top: 5px;
+ margin-bottom: 5px;
+}