File tree Expand file tree Collapse file tree 4 files changed +15
-19
lines changed
Expand file tree Collapse file tree 4 files changed +15
-19
lines changed Original file line number Diff line number Diff line change 2727 < script src ="{{ site.github.url }}/javascripts/search.js "> </ script >
2828 <!-- Converts static descriptors of tab target content into live text and links -->
2929 < script src ="{{ site.github.url }}/javascripts/tabs.js "> </ script >
30+ <!-- Adds classes and other styles to pages where hard-coded css can't be used -->
31+ < script src ="{{ site.github.url }}/javascripts/style-helpers.js "> </ script >
3032
3133 <!--[if lt IE 9]>
3234 <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ $ ( document ) . ready ( function ( ) {
2+ // Make <dl>s more visually separated
3+ $ ( 'dl' ) . addClass ( 'dl-horizontal' ) ;
4+ } )
Original file line number Diff line number Diff line change 7474 .featurette-heading {
7575 font-size : 50px ;
7676 }
77+
78+ .dl-horizontal dd {
79+ margin-left : 220px ;
80+ }
81+
82+ .dl-horizontal dt {
83+ width : 200px ;
84+ }
7785}
7886
7987@media all and (max-width : 991px ) {
@@ -143,4 +151,4 @@ sup[id]:before {
143151
144152.table-indexed > tbody > tr : nth-of-type (2 n+1) {
145153 background-color : transparent;
146- }
154+ }
You can’t perform that action at this time.
0 commit comments