1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-04 04:37:29 +02:00

'less' folder .editorconfig code guide updates

This commit is contained in:
Stephen Edgar
2013-04-23 17:30:22 +10:00
parent 36ed570b7d
commit 7ebfc17028
2 changed files with 2 additions and 2 deletions

View File

@@ -30,4 +30,4 @@ button.close {
background: transparent; background: transparent;
border: 0; border: 0;
-webkit-appearance: none; -webkit-appearance: none;
} }

View File

@@ -74,4 +74,4 @@
@media print { @media print {
.visible-print { display: inherit !important; } .visible-print { display: inherit !important; }
.hidden-print { display: none !important; } .hidden-print { display: none !important; }
} }