diff options
| author | Stephen Edgar <[email protected]> | 2013-04-23 17:30:22 +1000 |
|---|---|---|
| committer | Artur Kwiatkowski <[email protected]> | 2013-04-24 14:38:49 +0200 |
| commit | 22a1a7273a4de67eb3b167b764cd79a6f3bf8568 (patch) | |
| tree | 7294a90ff6e38b85933267359decbe750a214f68 /less | |
| parent | 75ccaadae0159e1462395ca44400baa8e81b994f (diff) | |
| download | bootstrap-22a1a7273a4de67eb3b167b764cd79a6f3bf8568.tar.xz bootstrap-22a1a7273a4de67eb3b167b764cd79a6f3bf8568.zip | |
'less' folder .editorconfig code guide updates
Diffstat (limited to 'less')
| -rw-r--r-- | less/close.less | 2 | ||||
| -rw-r--r-- | less/responsive-utilities.less | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/less/close.less b/less/close.less index e63a3b2d7..6a4fece3a 100644 --- a/less/close.less +++ b/less/close.less @@ -30,4 +30,4 @@ button.close { background: transparent; border: 0; -webkit-appearance: none; -}
\ No newline at end of file +} diff --git a/less/responsive-utilities.less b/less/responsive-utilities.less index 4275264d9..f6bfd9611 100644 --- a/less/responsive-utilities.less +++ b/less/responsive-utilities.less @@ -74,4 +74,4 @@ @media print { .visible-print { display: inherit !important; } .hidden-print { display: none !important; } -}
\ No newline at end of file +} |
