Skip to content

Commit

Permalink
visual tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ErykKul committed Oct 13, 2023
1 parent e9afa0d commit 12b4a22
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions previewers/betatest/ROCrateDeltablot.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@
<script src="lib/jquery.i18n.language.js"></script>
<script type="text/javascript" src="js/retriever.js"></script>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"
integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous">
<link rel='stylesheet' type='text/css'
href='https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css'/>
<!-- Optional theme -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap-theme.min.css"
integrity="sha384-6pzBo3FDv/PJ8r2KRkGHifhEocL+1X2rVCTTkUfGk7/0pbek5mMa1upzvWbrUbOZ" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap-theme.min.css"/>
<link type="text/css" rel="stylesheet" href="css/preview.css" />
</head>

Expand All @@ -36,13 +35,13 @@ <h1 class="page-title rocratePreviewText">RO-Crate Preview</h1>
--main-bg: #f4f6f7;
--border: #cdcdcd;
}

body {
background-color: var(--main-bg);
padding-left: 2vw;
color: #444;
}

.ro-crate2htmlKey {
font-weight: bold;
margin-right: 1em;
Expand Down

0 comments on commit 12b4a22

Please sign in to comment.