diff options
author | pommicket <leonardomtenenbaum@gmail.com> | 2016-10-16 15:07:39 -0400 |
---|---|---|
committer | pommicket <leonardomtenenbaum@gmail.com> | 2016-10-16 15:07:39 -0400 |
commit | 9696c9b2753f5d7a55eca94331d1ec01ced08e52 (patch) | |
tree | e35f11dbf451352553b3c1bc341668302ee7b29d /css | |
parent | c1ff9cb3c1246fa38f194be67c5bc003a2e59357 (diff) |
Added complex RPN functions
Diffstat (limited to 'css')
-rw-r--r-- | css/styleNew.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/css/styleNew.css b/css/styleNew.css new file mode 100644 index 0000000..467e428 --- /dev/null +++ b/css/styleNew.css @@ -0,0 +1,25 @@ +#navbar +{ + margin-top: 10px; +} + +footer +{ + font-size:12px; +} + +.project-title +{ + font-size: 22px; +} + +.checkbox +{ + width: 20px; + height: 20px; +} + +.with-margin +{ + margin-bottom: 5px; +} |