diff options
| author | Stephen Edgar <[email protected]> | 2013-04-23 17:30:22 +1000 |
|---|---|---|
| committer | Stephen Edgar <[email protected]> | 2013-04-23 17:30:22 +1000 |
| commit | 7ebfc170289b19260dae35c9e2965e600582174c (patch) | |
| tree | f8e4aae57269e6f3389f0180a4c0a2741985c8cc | |
| parent | 36ed570b7daba34931b3d788409f6b163f1d4ce8 (diff) | |
| download | bootstrap-7ebfc170289b19260dae35c9e2965e600582174c.tar.xz bootstrap-7ebfc170289b19260dae35c9e2965e600582174c.zip | |
'less' folder .editorconfig code guide updates
| -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 +} |
