From 308905a784a7c54d08afb6255cc95c459fe4aee8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martynas=20Mickevi=C4=8Dius?= Date: Thu, 4 Feb 2016 16:34:49 +0200 Subject: [PATCH] Fix double border from pre sections in docs. --- akka-docs/_sphinx/themes/akka/static/docs.css | 4 ++-- akka-docs/_sphinx/themes/akka/static/style.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/akka-docs/_sphinx/themes/akka/static/docs.css b/akka-docs/_sphinx/themes/akka/static/docs.css index c5842c0e38..30b0e9e557 100644 --- a/akka-docs/_sphinx/themes/akka/static/docs.css +++ b/akka-docs/_sphinx/themes/akka/static/docs.css @@ -174,7 +174,7 @@ strong {color: #0B5567; } box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); } -.pre { padding: 1px 2px; color: #0B5567; background-color: #EFF2F5; border: 1px solid #dee1e2; font-family: Menlo, Monaco, "Courier New", monospace; font-size: 12px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } +.pre { color: #0B5567; } .footer h5 { text-transform: none; } .footnote .label { background-color: transparent } @@ -224,4 +224,4 @@ p.caption { width: 80%; text-align: justify; font-size: 0.95em; font-style: ital color: white; font-weight: normal; text-decoration: none; -} \ No newline at end of file +} diff --git a/akka-docs/_sphinx/themes/akka/static/style.css b/akka-docs/_sphinx/themes/akka/static/style.css index 3a1cc1379a..c3205e6028 100644 --- a/akka-docs/_sphinx/themes/akka/static/style.css +++ b/akka-docs/_sphinx/themes/akka/static/style.css @@ -99,7 +99,7 @@ address{display:block;margin-bottom:18px;line-height:18px;font-style:normal;} small{font-size:100%;} cite{font-style:normal;} code,pre{padding:0 3px 2px;font-family:Menlo,Monaco,"Courier New",monospace;font-size:12px;color:#333333;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;} -code{padding:3px 4px;color:#d14;background-color:#f7f7f9;border:1px solid #e1e1e8;} +code{padding:1px 4px;color:#d14;background-color:#f7f7f9;border:1px solid #e1e1e8;} pre{display:block;padding:8.5px;margin:0 0 9px;font-size:12px;line-height:18px;background-color:#f5f5f5;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, 0.15);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;/*white-space:pre;white-space:pre-wrap*/;word-break:break-all;}pre.prettyprint{margin-bottom:18px;} pre code{padding:0;background-color:transparent;} form{margin:0 0 18px;} @@ -626,4 +626,4 @@ a.thumbnail:hover{border-color:#0088cc;-webkit-box-shadow:0 1px 4px rgba(0, 105, .pull-left{float:left;} .hide{display:none;} .show{display:block;} -.invisible{visibility:hidden;} \ No newline at end of file +.invisible{visibility:hidden;}