X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl-cms.git;a=blobdiff_plain;f=styl.styl;h=54ac46391425d394a57f6d6406f5b9ff36c416bf;hp=051415d324ae65f337b99e0680c9176a2503d1d5;hb=15f391c463f08014a2af7b80920c4832877ad09f;hpb=981eb0d01458cebf032955ef788c8c88a3a99428 diff --git a/styl.styl b/styl.styl index 051415d..54ac463 100644 --- a/styl.styl +++ b/styl.styl @@ -1,4 +1,4 @@ -@require 'inc/wfpl/stylus-helpers.styl' +@require 'inc/wfpl/stylus_helpers.styl' @require '.sha1sums.styl' // dimensions @@ -159,16 +159,16 @@ body nav#site-nav padding-bottom: 20px ul - li-reset() - space-evenly() + li_reset() + space_evenly() footer clear: both padding-top: 40px ul - li-reset() + li_reset() li - li-reset() + li_reset() display: inline-block margin-right: 10px @@ -258,6 +258,9 @@ div > :last-child, margin-bottom: 0px table.evenodd + td, th + padding: 6px 12px + text-align: left > thead, > tbody, & > tr:nth-child(2n+1) > td, > th @@ -271,3 +274,11 @@ table.evenodd &:hover > td, > th background: rgba(0,0,0,0.09) + +.field_error + input + border: 1px solid red + +.password_suggestion + & + & + margin-left: 10px