learnscripture / learnscripture.net

Source code for https://learnscripture.net
Other
5 stars 2 forks source link

Update choose_individual_results_inc.html Learn button to conform to CSS rule... - [opened] #197

Open spookylukey opened 2 years ago

spookylukey commented 2 years ago

In GitLab by @witheej on Apr 11, 2022, 13:59

Merges witheej-master-patch-69625 -> master

Update choose_individual_results_inc.html Learn button to conform to CSS rule that puts margin between buttons:

.verseset form button + br + button, .actionset form button + br + button {
    margin-top: 5px;
}