Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit bfd3d5a

Browse files
committed
putting the tabs css into the real files
1 parent 9a227b7 commit bfd3d5a

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

core/templates/index.mustache

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -40,33 +40,6 @@
4040
</div>
4141
</div>
4242
<!--end iFrame-->
43-
<style>
44-
#sg-code-markup {
45-
padding-top: 10px;
46-
}
47-
#sg-code-tabs {
48-
list-style: none;
49-
margin: 0;
50-
padding: 0;
51-
}
52-
#sg-code-tabs li {
53-
float: left;
54-
background-color: #333;
55-
font-size: 1.3em;
56-
font-weight: bold;
57-
padding: 5px 15px;
58-
border-top: 2px solid #666;
59-
margin-right: 2px;
60-
cursor: pointer;
61-
}
62-
.sg-code-title-active {
63-
color: #bbb;
64-
background-color: #272822 !important;
65-
}
66-
div.clear {
67-
clear: both;
68-
}
69-
</style>
7043

7144
<!-- the template for the code view slider -->
7245
<script type="text/html" id="code-template">

0 commit comments

Comments
 (0)