Skip to content

Commit

Permalink
Updated compiled
Browse files Browse the repository at this point in the history
  • Loading branch information
khawkins98 committed Mar 13, 2018
1 parent dbfd5ad commit aed0777
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 8 deletions.
25 changes: 22 additions & 3 deletions css/ebi-global.css
Original file line number Diff line number Diff line change
Expand Up @@ -4380,12 +4380,31 @@ body .thumbnail {
box-shadow: none; }

.caption {
line-height: 1.3em;
font-family: sans-serif;
font-size: .85rem;
line-height: 1.4em;
font-size: .9rem;
opacity: .8;
overflow: hidden; }

figure.image {
display: table;
width: 1px;
padding-left: .5rem; }
figure.image img, figure.image figcaption {
max-width: inherit; }
figure.image figcaption {
margin: .75rem 0;
line-height: 1.4em;
font-family: sans-serif;
font-size: .9rem;
opacity: .8;
overflow: hidden;
display: table-row; }
.columns > figure.image,
.columns > figure.image img {
max-width: 100%;
width: auto;
display: block; }

a.highlight-caption,
.highlight-caption {
z-index: 1;
Expand Down
2 changes: 1 addition & 1 deletion css/ebi-global.min.css

Large diffs are not rendered by default.

25 changes: 22 additions & 3 deletions css/ebi-lite.css
Original file line number Diff line number Diff line change
Expand Up @@ -2059,12 +2059,31 @@ body .thumbnail {
box-shadow: none; }

.caption {
line-height: 1.3em;
font-family: sans-serif;
font-size: .85rem;
line-height: 1.4em;
font-size: .9rem;
opacity: .8;
overflow: hidden; }

figure.image {
display: table;
width: 1px;
padding-left: .5rem; }
figure.image img, figure.image figcaption {
max-width: inherit; }
figure.image figcaption {
margin: .75rem 0;
line-height: 1.4em;
font-family: sans-serif;
font-size: .9rem;
opacity: .8;
overflow: hidden;
display: table-row; }
.columns > figure.image,
.columns > figure.image img {
max-width: 100%;
width: auto;
display: block; }

a.highlight-caption,
.highlight-caption {
z-index: 1;
Expand Down
2 changes: 1 addition & 1 deletion css/ebi-lite.min.css

Large diffs are not rendered by default.

0 comments on commit aed0777

Please sign in to comment.