Skip to content

Commit eb4b783

Browse files
committed
Updated css in dash template to match bootstrap template.
1 parent ea43487 commit eb4b783

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

templates/dash/method.hbs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,31 +8,31 @@
88
<link rel="stylesheet" href="resources/highlight.js/github.min.css">
99
<style>
1010
11-
.wrap {
12-
padding: 0 2em 2em 2em;
13-
}
14-
1511
.method h2 {
1612
line-height: 1.3em;
1713
text-overflow: ellipsis;
1814
overflow: hidden;
1915
}
2016
21-
.bs-footer {
22-
margin: 50px auto;
23-
color: #777;
24-
text-align: center;
25-
}
26-
2717
pre .hljs {
2818
padding: 0;
2919
background: none;
3020
}
3121
22+
.doxdox .wrap {
23+
padding: 0 2em;
24+
}
25+
26+
.doxdox .bs-footer {
27+
margin: 50px auto;
28+
color: #777;
29+
text-align: center;
30+
}
31+
3232
</style>
3333
</head>
3434

35-
<body>
35+
<body class="doxdox">
3636

3737
<div class="wrap">
3838

0 commit comments

Comments
 (0)