Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: zooniverse/diagnosislondon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ac0d85b6ae1ad4e27fb333f09f1a79456197b49f
Choose a base ref
..
head repository: zooniverse/diagnosislondon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d539c0c4b1bd5e4208574a8745fec41c5043801a
Choose a head ref
Showing with 4 additions and 2 deletions.
  1. +2 −0 css/custom.styl
  2. +1 −1 css/decision-tree.styl
  3. +1 −1 css/panoptes/typography.styl
2 changes: 2 additions & 0 deletions css/custom.styl
Original file line number Diff line number Diff line change
@@ -233,6 +233,7 @@ button[disabled]
.readymade-classification-summary
.task-instructions
.annotation-summary
font-size: 0.9em
padding: .5em
border-radius: .5em
background: #333
@@ -258,6 +259,7 @@ button[disabled]
.readymade-field-guide-container
position: absolute
right: 0
top: 5em
z-index: 1
overflow: hidden
width: 30em
2 changes: 1 addition & 1 deletion css/decision-tree.styl
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@

.decision-tree-question
text-align: left
margin: 2em 0
margin: 0 0 2em

button[name="decision-tree-confirm-task"]
@extends #_DECISION_TREE_META_BUTTON
2 changes: 1 addition & 1 deletion css/panoptes/typography.styl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
html
font: 400 15px/1.5 "Open Sans", "Gill Sans", Arial, sans-serif
font: 400 14px/1.5 "Open Sans", "Gill Sans", Arial, sans-serif

.attribution
font-size: 0.7em