diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/forms.less | 2 | ||||
| -rw-r--r-- | lib/reset.less | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lib/forms.less b/lib/forms.less index 3e52875eb..2ac43177e 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -50,7 +50,7 @@ label { } // Shift over the inside div to align all label's relevant content -div.input { +form .input { margin-left: 150px; } diff --git a/lib/reset.less b/lib/reset.less index 9e2c6befe..93fd97ae9 100644 --- a/lib/reset.less +++ b/lib/reset.less @@ -26,6 +26,11 @@ html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } +// Active links get no outline +a:active { + outline: none; + -moz-outline-style: none; +} // Focus states a:focus { outline: thin dotted; |
