Skip to content

Commit e48b109

Browse files
committed
clean up a couple heading styles
1 parent 7b11427 commit e48b109

File tree

5 files changed

+26
-26
lines changed

5 files changed

+26
-26
lines changed

public/master.css

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ hr {
166166
.theme_dark .button_secondary:hover, .theme_light .theme_dark .button_secondary:hover {
167167
background-color: #000000;
168168
background-color: rgba(0,0,0,.4);
169-
}
169+
}
170170

171171
/*Light Themes*/
172172

@@ -288,7 +288,7 @@ hr {
288288

289289
.theme_dark .table_basic tbody td + td, .theme_light .theme_dark .table_basic tbody td + td {
290290
border-left: 1px solid #1d3649;
291-
}
291+
}
292292

293293
/*Light Themes*/
294294

@@ -359,7 +359,7 @@ input::-webkit-inner-spin-button {
359359
}
360360

361361
.input_text[data-validation="valid"] {
362-
362+
363363
}
364364

365365
.input_text[data-validation="invalid"] {
@@ -397,25 +397,25 @@ input::-webkit-inner-spin-button {
397397
}
398398

399399
._text-area:-moz-read-only {
400-
400+
401401
}
402402

403403
._text-area:read-only {
404-
404+
405405
}
406406

407407
._text-area[data-validation="valid"] {
408-
408+
409409
}
410410

411411
._text-area[data-validation="invalid"] {
412-
412+
413413
}
414414

415415
::-webkit-input-placeholder {
416416
color: #777677;
417417
}
418-
::-moz-placeholder {
418+
::-moz-placeholder {
419419
color: #777677;
420420
}
421421
:-ms-input-placeholder {
@@ -504,7 +504,7 @@ input::-webkit-inner-spin-button {
504504
}
505505

506506
.input_checkbox-handle {
507-
507+
508508
}
509509

510510
.input_checkbox-handle:before{
@@ -526,7 +526,7 @@ input::-webkit-inner-spin-button {
526526
.input_checkbox:disabled + .input_checkbox-handle:before {
527527
opacity: .5;
528528
cursor: not-allowed;
529-
}
529+
}
530530

531531
.input_checkbox:checked + .input_checkbox-handle:before {
532532
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.2px' height='7.9px'%3E%3Cpolygon fill='%23162935' points='3.6,5.2 1.4,2.9 0,4.3 3.6,7.9 10.2,1.4 8.8,0 '/%3E%3C/svg%3E");
@@ -543,7 +543,7 @@ input::-webkit-inner-spin-button {
543543
}
544544

545545
.input_radio-handle {
546-
546+
547547
}
548548

549549
.input_radio-handle:before{
@@ -554,7 +554,7 @@ input::-webkit-inner-spin-button {
554554
width: 16px;
555555
width: 1rem;
556556
margin-right: 8px;
557-
margin-right: .5rem;
557+
margin-right: .5rem;
558558
box-shadow: inset 0 0 0 2px #162935, inset 0 0 0 4px #fff;
559559
border-radius: .5rem;
560560
background-color: #fff;
@@ -686,7 +686,7 @@ input::-webkit-inner-spin-button {
686686

687687
.theme_dark .type_mark, .theme_light .theme_dark .type_mark {
688688
color: #ff3ca0;
689-
}
689+
}
690690

691691
/*Light Themes*/
692692

@@ -904,7 +904,7 @@ input::-webkit-inner-spin-button {
904904
.tree-nav_link.disabled {
905905
opacity: .5;
906906
cursor: not-allowed;
907-
}
907+
}
908908

909909
.tree-nav .tree-nav .tree-nav_link {
910910
padding-left: 72px;
@@ -925,7 +925,7 @@ input::-webkit-inner-spin-button {
925925
.theme_dark .tree-nav_link.current, .theme_light .theme_dark .tree-nav_link.current {
926926
background-color: #1d3649;
927927
box-shadow: inset 8px 0 0 0 #5aaafa;
928-
}
928+
}
929929

930930
/*Light Themes*/
931931

public/styles/tree-nav.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
.tree-nav_link.disabled {
3030
opacity: .5;
3131
cursor: not-allowed;
32-
}
32+
}
3333

3434
.tree-nav .tree-nav .tree-nav_link {
3535
padding-left: 4.5rem;
@@ -45,11 +45,11 @@
4545
}
4646

4747
& .tree-nav_link.current {
48-
background-color: var(--ibm-color-blue-80);
48+
background-color: var(--ibm-color-blue-80);
4949
box-shadow: inset 8px 0 0 0 var(--ibm-color-blue-30);
5050
}
5151

52-
}
52+
}
5353

5454
/*Light Themes*/
5555

@@ -61,8 +61,8 @@
6161
}
6262

6363
& .tree-nav_link.current {
64-
background-color: var(--ibm-color-coolwhite-30);
64+
background-color: var(--ibm-color-coolwhite-30);
6565
box-shadow: inset 8px 0 0 0 var(--ibm-color-blue-30);
6666
}
6767

68-
}
68+
}

views/templates/apiexamplefacet.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<div class="collapse in api-search-example" id="{{apiExampleId}}">
22

3-
<h2 class="type_heading">Example with Dynamic Content</h2>
3+
<h2 class="type_heading"><mark class="type_mark">Example with Dynamic Content</mark></h2>
44
<p class="type_copy" ng-show="apiExampleDocs">Here, in this example, let's pretend the content in this content area is all about when the <strong>{{apiExampleDocs.searchparams.field}}</strong> is/are <strong>{{apiExampleDocs.searchparams.value}}</strong>. Good news, you indexed your data with <code>{{apiExampleDocs.searchparams.field}}</code> as a facet, so we can use the Simple Search Service to retrieve exactly the results you want, and then use Javascript to write <a class="type_link" ng-show="apiExampleDocs" href="{{apiExampleDocs.rest_uri}}" target="_blank">the JSON returned by the API</a> into the page.</p>
5-
5+
66
<div class="table_container">
77
<table class="table_basic">
88
<tr>
@@ -15,7 +15,7 @@ <h2 class="type_heading">Example with Dynamic Content</h2>
1515
</div>
1616

1717
<!-- <div ng-show="apiExampleDocs.data.total_rows >= 0"> -->
18-
<h2 class="type_heading">Using the API</h2>
18+
<h2 class="type_heading"><mark class="type_mark">Using the API</mark></h2>
1919
<p class="type_copy">The content above is generated by this API URL:</p>
2020
<code class="type_codeblock">
2121
<a ng-show="apiExampleDocs" href="{{apiExampleDocs.rest_uri }}" target="_blank">{{ apiExampleDocs.rest_uri }}</a>

views/templates/get.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ <h1 class="type_heading" id="toc_0"><mark class="type_mark">Get Data</mark></h1>
88

99
<section class="layout_section">
1010

11-
<h2 class="type_heading">No data?</h2>
11+
<h2 class="type_heading"><mark class="type_mark">No data?</mark></h2>
1212
<p class="type_copy">No problem. Download one of these samples (in CSV or TSV formats):</p>
1313

1414
<ul class="list_unordered">
1515
<li><a class="type_link" href="https://github.com/ibm-cds-labs/open-data/blob/master/uk/hp.csv" target="_blank">UK Addresses</a> (CSV)</li>
1616
<li><a class="type_link" href="https://github.com/ibm-cds-labs/open-data/blob/master/movies/movies.tsv" target="_blank">Movies</a> (TSV)</li>
1717
</ul>
1818

19-
<h2 class="type_heading">Have data, just in the wrong format?</h2>
19+
<h2 class="type_heading"><mark class="type_mark">Have data, just in the wrong format?</mark></h2>
2020

2121
<p class="type_copy">Here's how to export CSVs and TSVs from various sources.</p>
2222

views/templates/settings.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h1 class="type_heading"><mark class="type_mark">Settings</mark></h1>
1515

1616
<hr>
1717

18-
<h2 class="type_heading">Delete data</h2>
18+
<h2 class="type_heading"><mark class="type_mark">Delete data</mark></h2>
1919
<p class="type_copy">If you want to use this service to index different data, or to re-index the same data with different facets or data types, you can blow away your database, and the indexes, and start over again.</p>
2020
<button name="deletedata" class="button_primary" ng-click="showDeleteDialog()">Delete data</button>
2121

0 commit comments

Comments
 (0)