Last commit before tagging and releasing

This commit is contained in:
capitaomorte
2009-08-29 17:59:02 +00:00
parent 15c7703b5b
commit b8dcf61367
640 changed files with 4360 additions and 77 deletions

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# key: margin
# contributor: Translated from TextMate Snippet
# name: margin-bottom: length
# --
margin-bottom: ${1:20px};$0

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# key: margin
# contributor: Translated from TextMate Snippet
# name: margin-left: length
# --
margin-left: ${1:20px};$0

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# key: margin
# contributor: Translated from TextMate Snippet
# name: margin-right: length
# --
margin-right: ${1:20px};$0

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# key: margin
# contributor: Translated from TextMate Snippet
# name: margin-top: length
# --
margin-top: ${1:20px};$0

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# key: margin
# contributor: Translated from TextMate Snippet
# name: margin: all
# --
margin: ${1:20px};$0

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# key: margin
# contributor: Translated from TextMate Snippet
# name: margin: T R B L
# --
margin: ${1:20px} ${2:0px} ${3:40px} ${4:0px};$0

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# key: margin
# contributor: Translated from TextMate Snippet
# name: margin: V H
# --
margin: ${1:20px} ${2:0px};$0