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

gitlab.com/toryanderson/hugo-icarus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authordigitalcraftsman <digitalcraftsman@users.noreply.github.com>2015-12-26 21:28:59 +0300
committerdigitalcraftsman <digitalcraftsman@users.noreply.github.com>2015-12-26 21:28:59 +0300
commit3cbdec5b8808a049f4bf03c2b121a61ef5df41e3 (patch)
treede790f7ea442eaf4ce11395ede388459af769048 /static
parent20a1e5e0d739a23864edd30b1cd612d4bf435fb5 (diff)
Remove styles for embedded gists
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css57
1 files changed, 1 insertions, 56 deletions
diff --git a/static/css/style.css b/static/css/style.css
index c386856..a7a416e 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -1557,8 +1557,7 @@ ol.toc {
color: #ccc;
line-height: 22.400000000000002px;
}
-.article-entry .highlight .gutter pre,
-.article-entry .gist .gist-file .gist-data .line-numbers {
+.article-entry .highlight .gutter pre {
color: #666;
font-size: 0.85em;
}
@@ -1613,60 +1612,6 @@ ol.toc {
.article-entry .highlight .line {
height: 22.400000000000002px;
}
-.article-entry .gist {
- margin: 0 -20px;
- border-style: solid;
- border-color: #eceff2;
- border-width: 1px 0;
- background: #34383d;
- padding: 15px 20px 15px 0;
-}
-.article-entry .gist .gist-file {
- border: none;
- font-family: "Source Code Pro", Consolas, Monaco, Menlo, Consolas, monospace;
- margin: 0;
-}
-.article-entry .gist .gist-file .gist-data {
- background: none;
- border: none;
-}
-.article-entry .gist .gist-file .gist-data table {
- background: none;
-}
-.article-entry .gist .gist-file .gist-data .pl-vo {
- color: #fff;
-}
-.article-entry .gist .gist-file .gist-data .line-numbers {
- background: none;
- border: none;
- padding: 0 20px 0 0;
- height: 22.400000000000002px;
- vertical-align: top;
-}
-.article-entry .gist .gist-file .gist-data .line-data {
- padding: 0 !important;
-}
-.article-entry .gist .gist-file .highlight {
- margin: 0;
- padding: 0;
- border: none;
-}
-.article-entry .gist .gist-file .gist-meta {
- background: #34383d;
- color: #999;
- font: 0.85em "open sans", "Helvetica Neue", "Microsoft Yahei", Helvetica, Arial, sans-serif;
- text-shadow: 0 0;
- padding: 0;
- margin-top: 1em;
- margin-left: 20px;
-}
-.article-entry .gist .gist-file .gist-meta a {
- color: #38b7ea;
- font-weight: normal;
-}
-.article-entry .gist .gist-file .gist-meta a:hover {
- text-decoration: underline;
-}
pre .comment,
pre .title,
pre .template_comment,