-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
112 additions
and
2 deletions.
There are no files selected for viewing
110 changes: 110 additions & 0 deletions
110
products/jbrowse-react-linear-genome-view/src/JBrowseLinearGenomeView/App.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,110 @@ | ||
/* | ||
YUI 3.18.1 (build f7e7bcb) | ||
Copyright 2014 Yahoo! Inc. All rights reserved. | ||
Licensed under the BSD License. | ||
http://yuilibrary.com/license/ | ||
*/ | ||
/* http://yui.yahooapis.com/3.18.1/build/cssreset/cssreset-min.css */ | ||
|
||
.yui3-cssreset html { | ||
color: #000; | ||
background: #fff; | ||
} | ||
.yui3-cssreset body, | ||
.yui3-cssreset div, | ||
.yui3-cssreset dl, | ||
.yui3-cssreset dt, | ||
.yui3-cssreset dd, | ||
.yui3-cssreset ul, | ||
.yui3-cssreset ol, | ||
.yui3-cssreset li, | ||
.yui3-cssreset h1, | ||
.yui3-cssreset h2, | ||
.yui3-cssreset h3, | ||
.yui3-cssreset h4, | ||
.yui3-cssreset h5, | ||
.yui3-cssreset h6, | ||
.yui3-cssreset pre, | ||
.yui3-cssreset code, | ||
.yui3-cssreset form, | ||
.yui3-cssreset fieldset, | ||
.yui3-cssreset legend, | ||
.yui3-cssreset input, | ||
.yui3-cssreset textarea, | ||
.yui3-cssreset p, | ||
.yui3-cssreset blockquote, | ||
.yui3-cssreset th, | ||
.yui3-cssreset td { | ||
margin: 0; | ||
padding: 0; | ||
} | ||
.yui3-cssreset table { | ||
border-collapse: collapse; | ||
border-spacing: 0; | ||
} | ||
.yui3-cssreset fieldset, | ||
.yui3-cssreset img { | ||
border: 0; | ||
} | ||
.yui3-cssreset address, | ||
.yui3-cssreset caption, | ||
.yui3-cssreset cite, | ||
.yui3-cssreset code, | ||
.yui3-cssreset dfn, | ||
.yui3-cssreset em, | ||
.yui3-cssreset strong, | ||
.yui3-cssreset th, | ||
.yui3-cssreset var { | ||
font-style: normal; | ||
font-weight: normal; | ||
} | ||
.yui3-cssreset ol, | ||
.yui3-cssreset ul { | ||
list-style: none; | ||
} | ||
.yui3-cssreset caption, | ||
.yui3-cssreset th { | ||
text-align: left; | ||
} | ||
.yui3-cssreset h1, | ||
.yui3-cssreset h2, | ||
.yui3-cssreset h3, | ||
.yui3-cssreset h4, | ||
.yui3-cssreset h5, | ||
.yui3-cssreset h6 { | ||
font-size: 100%; | ||
font-weight: normal; | ||
} | ||
.yui3-cssreset q:before, | ||
.yui3-cssreset q:after { | ||
content: ''; | ||
} | ||
.yui3-cssreset abbr, | ||
.yui3-cssreset acronym { | ||
border: 0; | ||
font-variant: normal; | ||
} | ||
.yui3-cssreset sup { | ||
vertical-align: text-top; | ||
} | ||
.yui3-cssreset sub { | ||
vertical-align: text-bottom; | ||
} | ||
.yui3-cssreset input, | ||
.yui3-cssreset textarea, | ||
.yui3-cssreset select { | ||
font-family: inherit; | ||
font-size: inherit; | ||
font-weight: inherit; | ||
} | ||
.yui3-cssreset input, | ||
.yui3-cssreset textarea, | ||
.yui3-cssreset select { | ||
*font-size: 100%; | ||
} | ||
.yui3-cssreset legend { | ||
color: #000; | ||
} | ||
#yui3-css-stamp.cssreset-context { | ||
display: none; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters