diff options
Diffstat (limited to 'assets/stylesheets/layout.hcss')
-rw-r--r-- | assets/stylesheets/layout.hcss | 56 |
1 files changed, 44 insertions, 12 deletions
diff --git a/assets/stylesheets/layout.hcss b/assets/stylesheets/layout.hcss index 9f0f1c0..9f4259b 100644 --- a/assets/stylesheets/layout.hcss +++ b/assets/stylesheets/layout.hcss @@ -24,6 +24,50 @@ ul { list-style: disc; } +.display-inline-block { + display: inline-block; +} + +.position-relative { + position: relative; +} + +.position-absolute { + position: absolute; +} + +.right-0 { + right: 0; +} + +.bottom-0 { + bottom: 0; +} + +.margin-top-0\.5 { + margin-top: 0.5em; +} + +.margin-bottom-0\.5 { + margin-bottom: 0.5em; +} + +.margin-bottom-0\.63 { + margin-bottom: 0.63em; +} + +.margin-bottom-1\.8 { + margin-bottom: 1.8em; +} + +.padding-top-9 { + padding-top: 9px; +} + +.padding-bottom-9 { + padding-bottom: 9px; +} + .content { width: 640px; margin-top: 1.8em; @@ -43,15 +87,3 @@ ul { color: LIMEADE; text-shadow: 1px 3px 5px DARK_CHOCOLATE; } - -.margin-top-0\.5 { - margin-top: 0.5em; -} - -.margin-bottom-0\.63 { - margin-bottom: 0.63em; -} - -.margin-bottom-1\.8 { - margin-bottom: 1.8em; -} |