Skip to content

Commit

Permalink
added css fixes to local structure
Browse files Browse the repository at this point in the history
  • Loading branch information
boscoh committed Jun 25, 2015
1 parent d57a6ea commit 59deee6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions templates/local_structure.jinja2.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
}
#jolecule-body {
overflow: hidden;
-webkit-flex: 1 1 100%;
display: flex;
display: -webkit-flex;
flex-direction: row;
Expand Down Expand Up @@ -57,11 +58,6 @@
.jolecule-residue {
padding-left: 5px;
padding-right: 5px;
display: flex;
display: -webkit-flex;
flex-direction: row;
-webkit-flex-direction: row;
width: 9em;
}
#jolecule-protein-container {
min-height: 0;
Expand Down

0 comments on commit 59deee6

Please sign in to comment.