summaryrefslogtreecommitdiffstats
path: root/client/styles/cheat.styl
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-06-16 23:06:06 +0200
committerMaxime Quandalle <maxime@quandalle.com>2015-06-16 23:06:06 +0200
commit80a4bdd417f6d11b828ca9a2f09c0d87ae7efe48 (patch)
treef3733a30cecfc44c51c1d3b853bfdf3cab461785 /client/styles/cheat.styl
parent758d350f78d46e1884b14105800f8b6e302299e2 (diff)
downloadwekan-80a4bdd417f6d11b828ca9a2f09c0d87ae7efe48.tar.gz
wekan-80a4bdd417f6d11b828ca9a2f09c0d87ae7efe48.tar.bz2
wekan-80a4bdd417f6d11b828ca9a2f09c0d87ae7efe48.zip
Merge, move, and rename the main stylus file
Also fixes #185
Diffstat (limited to 'client/styles/cheat.styl')
-rw-r--r--client/styles/cheat.styl79
1 files changed, 0 insertions, 79 deletions
diff --git a/client/styles/cheat.styl b/client/styles/cheat.styl
deleted file mode 100644
index 9d881b44..00000000
--- a/client/styles/cheat.styl
+++ /dev/null
@@ -1,79 +0,0 @@
-@import 'nib'
-
-.clear
- clear: both
-
-.clearfix
- clearfix()
-
-.hide
- display: none
-
-.show
- display: block
-
-.bold
- font-weight: 700
-
-.center
- text-align: center
-
-.left
- float: left
-
-.right
- float: right
-
-.first
- margin-left: 0
- padding-left: 0
-
-.last
- margin-right: 0
- padding-right: 0
-
-.top
- margin-top: 0
- padding-top: 0
-
-.bottom
- margin-bottom: 0
- padding-bottom: 0
-
-.relative
- position: relative
-
-.block
- display: block
-
-.inline
- display: inline
-
-.inline-block
- display: inline-block
-
-.pointer
- cursor: pointer
-
-.ellip
- overflow: hidden
- text-overflow: ellipsis
- white-space: nowrap
-
-.underline
- text-decoration: underline
-
-.lowercase
- text-transform: lowercase
-
-.invisible
- visibility: hidden
-
-.wrapword
- word-wrap: break-word
-
-.grab
- cursor: grab
-
-.grabbing
- cursor: grabbing