summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets/mixins.less
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-08-10 15:11:52 -0700
committerSamy Pessé <samypesse@gmail.com>2014-08-11 07:36:52 -0700
commit4f60eda3ee033ff7c5687efe923e87ef5890f714 (patch)
treef15b4cd272aea92853bef27aa0f26565d8bf1e4b /theme/stylesheets/mixins.less
parent6c62d75eae4001793dd10702efca7d0b30e3eb39 (diff)
downloadgitbook-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-xtheme/stylesheets/mixins.less4
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;
+}