diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-08-10 15:11:52 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-08-11 07:36:52 -0700 |
commit | 4f60eda3ee033ff7c5687efe923e87ef5890f714 (patch) | |
tree | f15b4cd272aea92853bef27aa0f26565d8bf1e4b /theme/stylesheets/mixins.less | |
parent | 6c62d75eae4001793dd10702efca7d0b30e3eb39 (diff) | |
download | gitbook-4f60eda3ee033ff7c5687efe923e87ef5890f714.zip gitbook-4f60eda3ee033ff7c5687efe923e87ef5890f714.tar.gz gitbook-4f60eda3ee033ff7c5687efe923e87ef5890f714.tar.bz2 |
Add style for alerts
Remove style for exercises
Diffstat (limited to 'theme/stylesheets/mixins.less')
-rwxr-xr-x | theme/stylesheets/mixins.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/theme/stylesheets/mixins.less b/theme/stylesheets/mixins.less index e6f0bcd..0ee4ebb 100755 --- a/theme/stylesheets/mixins.less +++ b/theme/stylesheets/mixins.less @@ -12,3 +12,7 @@ -o-transition: -o-transform @transition; transition: transform @transition; } + +.hidden { + display: none; +} |