Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/docsy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorAndreas Deininger <adeininger@urbanonline.de>2021-04-08 19:29:52 +0300
committerAndreas Deininger <adeininger@urbanonline.de>2021-04-08 19:52:34 +0300
commit51a208b49d876ae0995d4b18e6779374b35ff2fa (patch)
treeba870c75f00eef72700e2d860e42371a09d3644d /static
parent6b30513dc837c5937de351f2fb2e4fedb04365c4 (diff)
Adding shortcodes for tabbed panes
Diffstat (limited to 'static')
-rw-r--r--static/css/tabbed-pane.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/static/css/tabbed-pane.css b/static/css/tabbed-pane.css
new file mode 100644
index 0000000..bdcbee2
--- /dev/null
+++ b/static/css/tabbed-pane.css
@@ -0,0 +1,11 @@
+.td-content .highlight {
+ margin: 0rem 0 2rem 0;
+}
+
+.tab-content {
+ margin: 2rem 0 2rem 1rem;
+}
+
+.code.tab-content {
+ margin: 0rem;
+}