Update: LESS Compiler Updated
Minor compiled css formatting changes
This commit is contained in:
-16
@@ -54,13 +54,10 @@ template {
|
||||
html {
|
||||
font-family: sans-serif;
|
||||
/* 1 */
|
||||
|
||||
-ms-text-size-adjust: 100%;
|
||||
/* 2 */
|
||||
|
||||
-webkit-text-size-adjust: 100%;
|
||||
/* 2 */
|
||||
|
||||
}
|
||||
/**
|
||||
* Remove default margin.
|
||||
@@ -221,10 +218,8 @@ fieldset {
|
||||
legend {
|
||||
border: 0;
|
||||
/* 1 */
|
||||
|
||||
padding: 0;
|
||||
/* 2 */
|
||||
|
||||
}
|
||||
/**
|
||||
* 1. Correct font family not being inherited in all browsers.
|
||||
@@ -237,13 +232,10 @@ select,
|
||||
textarea {
|
||||
font-family: inherit;
|
||||
/* 1 */
|
||||
|
||||
font-size: 100%;
|
||||
/* 2 */
|
||||
|
||||
margin: 0;
|
||||
/* 3 */
|
||||
|
||||
}
|
||||
/**
|
||||
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
|
||||
@@ -276,10 +268,8 @@ input[type="reset"],
|
||||
input[type="submit"] {
|
||||
-webkit-appearance: button;
|
||||
/* 2 */
|
||||
|
||||
cursor: pointer;
|
||||
/* 3 */
|
||||
|
||||
}
|
||||
/**
|
||||
* Re-set default cursor for disabled elements.
|
||||
@@ -296,10 +286,8 @@ input[type="checkbox"],
|
||||
input[type="radio"] {
|
||||
box-sizing: border-box;
|
||||
/* 1 */
|
||||
|
||||
padding: 0;
|
||||
/* 2 */
|
||||
|
||||
}
|
||||
/**
|
||||
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
|
||||
@@ -309,11 +297,9 @@ input[type="radio"] {
|
||||
input[type="search"] {
|
||||
-webkit-appearance: textfield;
|
||||
/* 1 */
|
||||
|
||||
-moz-box-sizing: content-box;
|
||||
-webkit-box-sizing: content-box;
|
||||
/* 2 */
|
||||
|
||||
box-sizing: content-box;
|
||||
}
|
||||
/**
|
||||
@@ -339,10 +325,8 @@ input::-moz-focus-inner {
|
||||
textarea {
|
||||
overflow: auto;
|
||||
/* 1 */
|
||||
|
||||
vertical-align: top;
|
||||
/* 2 */
|
||||
|
||||
}
|
||||
/* ==========================================================================
|
||||
Tables
|
||||
|
||||
Reference in New Issue
Block a user