Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ <h1>Choose a License for Your Work</h1>

<li>
<fieldset id="require-attribution">
<legend>Attribution?</legend>
<legend>Require attribution for your work?</legend>

<div>
<input type="radio" id="yes-attribution" name="attribution" value="yes" />
Expand All @@ -176,7 +176,7 @@ <h1>Choose a License for Your Work</h1>

<li>
<fieldset id="allow-commercial-use">
<legend>Commercial Use?</legend>
<legend>Allow others to use your work commercially?</legend>

<div>
<input type="radio" id="yes-commercial" name="commercial" value="yes" />
Expand All @@ -193,7 +193,7 @@ <h1>Choose a License for Your Work</h1>

<li>
<fieldset id="allow-derivatives">
<legend>Derivative Works?</legend>
<legend>Allow others to remix, adapt, or build upon your work?</legend>

<div>
<input type="radio" id="yes-derivatives" name="derivatives" value="yes" />
Expand All @@ -210,7 +210,7 @@ <h1>Choose a License for Your Work</h1>

<li>
<fieldset id="share-alike">
<legend>Sharing Requirements?</legend>
<legend>Require adaptions of your work to be licensed under the same CC license?</legend>

<div>
<input type="radio" id="yes-sharing-requirements" name="sharing-requirements" value="yes" />
Expand Down
5 changes: 4 additions & 1 deletion src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@
}

.chooser-page form#chooser label {
display: block;
font-size: .7em;
font-weight: 400;
}
Expand All @@ -177,6 +176,10 @@
line-height: 1.3;
}

.chooser-page form#chooser #attribution-details label {
display: block;
}

.chooser-page form#chooser #attribution-details div {
margin-bottom: .5em;
}
Expand Down