Skip to content

Commit 08bc02c

Browse files
authored
Merge pull request #634 from OpenKnowledgeMaps/triple-final-review
GoTriple final review changes
2 parents 59a6a33 + 57ffcf2 commit 08bc02c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

vis/js/reducers/timespan.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const SERVICE_START = {
1818
doaj: "1809",
1919
pubmed: "1809-01-01",
2020
base: "1665-01-01",
21+
triple: "1750",
2122
default: "1970-01-01",
2223
};
2324

vis/stylesheets/base/_colors.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,5 +143,4 @@ $highlight: #e1e5e5;
143143
$highlight-searchterm: #EAEAEA;
144144
$infolink: #622166;
145145
$modal-title: $medium-blue;
146-
$area-title-h2: $okm-blue;
147146
}

vis/stylesheets/modules/list/_entry.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -527,9 +527,9 @@ img#preview_page {
527527
background-color: $medium-blue;
528528
color: white;
529529
padding: 5px;
530-
border-radius: 5px;
531-
-moz-border-radius: 5px;
532-
-webkit-border-radius:5px;
530+
border-radius: 14px;
531+
-moz-border-radius: 14px;
532+
-webkit-border-radius: 14px;
533533
text-decoration: none;
534534

535535
&:hover {

0 commit comments

Comments
 (0)