Skip to content

Commit

Permalink
Merge pull request #172 from OmicsDI/features/adjust-style
Browse files Browse the repository at this point in the history
Adjust disqous style
  • Loading branch information
glmanhtu committed Jul 13, 2018
2 parents d26b520 + 69d7592 commit ffe8400
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 7 additions & 0 deletions src/css/ddi.css
Original file line number Diff line number Diff line change
Expand Up @@ -1485,4 +1485,11 @@ ul li.no-match-found {display: none;}
color:white !important;
text-decoration:none;
border-color: transparent;
}


/* DISQOUS */

#disqus_thread {
padding: 15px;
}
6 changes: 0 additions & 6 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,11 @@
<link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<!-- Custom CSS -->
<link href="assets/bootstrap/css/sb-admin.css" rel="stylesheet" type="text/css">
<!-- Morris Charts CSS -->
<link href="assets/bootstrap/css/plugins/morris.css" rel="stylesheet" type="text/css">
<!-- Custom Fonts -->
<!--link href="assets/bootstrap/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"--->

<link rel="stylesheet" href="css/boilerplate-style.css">
<link rel="stylesheet" href="css/ebi-global.css" type="text/css" media="screen">
<link rel="stylesheet" href="css/ebi-visual.css" type="text/css" media="screen">
<link rel="stylesheet" href="css/984-24-col-fluid.css" type="text/css" media="screen">
<!--link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" -->
<!--link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'--->
<link type="text/css" href="css/ngProgress.css" rel="stylesheet">
<link type="text/css" href="css/ddi.css" rel="stylesheet">
<link type="text/css" href="css/autocomplete.css" rel="stylesheet">
Expand Down

0 comments on commit ffe8400

Please sign in to comment.