diff options
| author | pepper <pepper@chimecrisis.com> | 2014-11-28 01:34:32 -0800 |
|---|---|---|
| committer | pepper <pepper@chimecrisis.com> | 2014-11-28 01:34:32 -0800 |
| commit | c1b956127563159154d5fea7434ac9beb20ee842 (patch) | |
| tree | 92fe721b10dde50e75c17ff1bcc9c106fcc64e11 /public/css | |
first commit
Diffstat (limited to 'public/css')
| -rw-r--r-- | public/css/.style.css.un~ | bin | 0 -> 13527 bytes | |||
| -rw-r--r-- | public/css/style.css | 27 | ||||
| l--------- | public/css/unsemantic-grid-responsive-tablet.css | 1 |
3 files changed, 28 insertions, 0 deletions
diff --git a/public/css/.style.css.un~ b/public/css/.style.css.un~ Binary files differnew file mode 100644 index 0000000..58568dd --- /dev/null +++ b/public/css/.style.css.un~ 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 |
