Skip to content

Commit 9254d44

Browse files
committed
Fix reverted CSS
Think this got lost in a rebase
1 parent 773695e commit 9254d44

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

media/css/core.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,37 +1031,37 @@ select.dropdown { display: none; }
10311031
.domain-canonical { font-weight: bold; }
10321032

10331033
/* Integrations */
1034-
div.module-list-wrapper.httptransactions li span.status {
1034+
div.module-list-wrapper.httpexchanges li span.status {
10351035
padding: .2em .4em;
10361036
margin-right: .3em;
10371037
border-radius: .3em;
10381038
color: #fff;
10391039
}
1040-
div.module-list-wrapper.httptransactions li span.status.status-pass {
1040+
div.module-list-wrapper.httpexchanges li span.status.status-pass {
10411041
background: #5a5;
10421042
}
1043-
div.module-list-wrapper.httptransactions li span.status.status-fail {
1043+
div.module-list-wrapper.httpexchanges li span.status.status-fail {
10441044
background: #a55;
10451045
}
10461046

1047-
div.httptransaction dl dt {
1047+
div.httpexchange dl dt {
10481048
display: inline-block;
10491049
font-weight: bold;
10501050
font-family: 'inconsolata', 'bitstream vera sans mono', 'andale mono', 'lucida console', monospace;
10511051
font-size: .9em;
10521052
}
10531053

1054-
div.httptransaction dl dd {
1054+
div.httpexchange dl dd {
10551055
display: inline;
10561056
font-family: 'inconsolata', 'bitstream vera sans mono', 'andale mono', 'lucida console', monospace;
10571057
font-size: .9em;
10581058
}
1059-
div.httptransaction dl dd:after {
1059+
div.httpexchange dl dd:after {
10601060
display: block;
10611061
content: '';
10621062
}
10631063

1064-
div.httptransaction div.highlight pre {
1064+
div.httpexchange div.highlight pre {
10651065
padding: 1em;
10661066
background: #f4f4f4;
10671067
border: 1px solid #ccc;

0 commit comments

Comments
 (0)