summaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
authorpepper <pepper@chimecrisis.com>2014-11-28 01:34:32 -0800
committerpepper <pepper@chimecrisis.com>2014-11-28 01:34:32 -0800
commitc1b956127563159154d5fea7434ac9beb20ee842 (patch)
tree92fe721b10dde50e75c17ff1bcc9c106fcc64e11 /public/css
first commit
Diffstat (limited to 'public/css')
-rw-r--r--public/css/.style.css.un~bin0 -> 13527 bytes
-rw-r--r--public/css/style.css27
l---------public/css/unsemantic-grid-responsive-tablet.css1
3 files changed, 28 insertions, 0 deletions
diff --git a/public/css/.style.css.un~ b/public/css/.style.css.un~
new file mode 100644
index 0000000..58568dd
--- /dev/null
+++ b/public/css/.style.css.un~
Binary files differ
diff --git a/public/css/style.css b/public/css/style.css
new file mode 100644
index 0000000..1164000
--- /dev/null
+++ b/public/css/style.css
@@ -0,0 +1,27 @@
+.blue{
+ background: blue;
+}
+.green{
+ background: green;
+}
+.red{
+ background: red;
+}
+.tall{
+ height: 100%;
+ padding-bottom:100%;
+ margin-bottom: -100%;
+}
+.small-border{
+ border: 1px solid black;
+
+}
+.no-padding{
+ padding-top: 0px;
+padding-right: 0px;
+padding-bottom: 0px;
+padding-left: 0px;
+}
+.no-overflow{
+overflow:hidden;
+}
diff --git a/public/css/unsemantic-grid-responsive-tablet.css b/public/css/unsemantic-grid-responsive-tablet.css
new file mode 120000
index 0000000..02634c0
--- /dev/null
+++ b/public/css/unsemantic-grid-responsive-tablet.css
@@ -0,0 +1 @@
+../components/unsemantic/assets/stylesheets/unsemantic-grid-responsive-tablet.css \ No newline at end of file