This commit is contained in:
Shane Tomlinson 2014-03-03 12:02:35 +00:00
Родитель ec09cdc634 3afd22d8bf
Коммит 09493f74d9
2 изменённых файлов: 8 добавлений и 4 удалений

Просмотреть файл

@ -105,7 +105,7 @@ header h2 {
#legal-header h3 { #legal-header h3 {
font-size: 12px; font-size: 12px;
padding:5px 0 10px; padding: 5px 0 10px;
} }
#legal-copy ul, #legal-copy ul,
@ -164,7 +164,7 @@ strong.email {
} }
.graphic { .graphic {
background-repeat: none; background-repeat: no-repeat;
background-size: 150px 130px; background-size: 150px 130px;
height: 130px; height: 130px;
margin: 0 auto; margin: 0 auto;
@ -276,7 +276,7 @@ strong.email {
// Some hackery for Firefox since moz-appearance: none doesn't remove the arrow // Some hackery for Firefox since moz-appearance: none doesn't remove the arrow
text-indent: 0.01px; text-indent: 0.01px;
text-overflow: ""; text-overflow: "";
-moz-user-select: none; user-select: none;
width: 100%; width: 100%;
} }

Просмотреть файл

@ -9,11 +9,15 @@ module.exports = function (grunt) {
strict: { strict: {
options: { options: {
'box-model': 0, 'box-model': 0,
'box-sizing': 0,
'compatible-vendor-prefixes': 0, 'compatible-vendor-prefixes': 0,
'duplicate-background-images': 0,
'errors': 0, 'errors': 0,
'ids': 0, 'ids': 0,
'import': 2, 'import': 2,
'important': 1, 'important': 0,
'outline-none': 0,
'overqualified-elements': 0,
'qualified-headings': 0, 'qualified-headings': 0,
'unique-headings': 0, 'unique-headings': 0,
'universal-selector': 0, 'universal-selector': 0,