aboutsummaryrefslogtreecommitdiffstats
path: root/docs/style
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2018-03-20 16:00:02 +0100
committerMaximilian Hils <git@maximilianhils.com>2018-03-20 16:00:02 +0100
commit252684e14e824fb1c45271158f78f599c66b6db0 (patch)
tree49e16576c0c03999820fc89be0778f8166682f6b /docs/style
parent885d3d5da4b7bd115bc06d9fc73a5199c0b827fc (diff)
downloadmitmproxy-252684e14e824fb1c45271158f78f599c66b6db0.tar.gz
mitmproxy-252684e14e824fb1c45271158f78f599c66b6db0.tar.bz2
mitmproxy-252684e14e824fb1c45271158f78f599c66b6db0.zip
minor docs fixes
Diffstat (limited to 'docs/style')
-rw-r--r--docs/style/style.scss60
1 files changed, 32 insertions, 28 deletions
diff --git a/docs/style/style.scss b/docs/style/style.scss
index bc146fd5..2db14100 100644
--- a/docs/style/style.scss
+++ b/docs/style/style.scss
@@ -11,36 +11,36 @@ $family-sans-serif: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Ox
@import "../node_modules/bulma/sass/layout/_all";
.sidebody {
- overflow-x: hidden;
- overflow-y: scroll;
+ overflow-x: hidden;
+ overflow-y: scroll;
}
.example {
- .highlight {
- margin: 0;
- }
- .path {
- font-style: italic;
- width: 100%;
- text-align: right;
- }
- margin-bottom: 1em;
+ .highlight {
+ margin: 0;
+ }
+ .path {
+ font-style: italic;
+ width: 100%;
+ text-align: right;
+ }
+ margin-bottom: 1em;
}
.sidebar {
- background-color: #F1F1F1;
- .version {
- padding: 1em;
- }
- .brand {
- background-color: #303030;
- color: #c0c0c0;
- padding: 1em;
- top: 0;
- }
- .menu {
- padding: 1em;
- }
+ background-color: #F1F1F1;
+ .version {
+ padding: 1em;
+ }
+ .brand {
+ background-color: #303030;
+ color: #c0c0c0;
+ padding: 1em;
+ top: 0;
+ }
+ .menu {
+ padding: 1em;
+ }
}
.mainbody {
@@ -54,8 +54,12 @@ code {
}
.content {
- h2 {
- padding-top: 1em;
- border-top: 1px solid #c0c0c0;
- }
+ h2 {
+ padding-top: 1em;
+ border-top: 1px solid #c0c0c0;
+ }
+}
+
+figure.has-border img {
+ box-shadow: 0 0 20px 0 rgba(0,0,0,0.25);
}