# HG changeset patch # User Zachary Kanfer # Date 1409089382 14400 # Tue Aug 26 17:43:02 2014 -0400 # Node ID fe834e60ea8b39bfd779ed7183b8a418cfc1c289 # Parent 3b30bccd7d2c1060b5fb5696f9b7babd9e34b9af use the css in the css folder, silly. diff --git a/resources/public/calculator.css b/resources/public/calculator.css deleted file mode 100644 --- a/resources/public/calculator.css +++ /dev/null @@ -1,60 +0,0 @@ -#content { - width: 750px; - margin-left: auto; - margin-right: auto; - background-color: white; - padding: 1em; -} - -body { - background-color: #D0D0D0; -} - -#data { - float: left; - min-width: 11em; -} - -#control { - clear: left; -} - -#stack { - border: 1px dashed gray; - overflow: auto; - margin-bottom: 1ex; - float: left; -} - -#user-functions { - margin-left: 1em; -} - -#stack h3 { - text-align: center; -} - -#data * { - padding: 2px; - margin-right: 1ex; -} - -#data :last-child { - border: 2px solid #20E0D0; -} - -#data :nth-last-child(2){ - border: 2px solid #FFD000; -} - -#error { - background: #FF8080; - margin-top: 1ex; - margin-bottom: 1ex; - float: left; - -} - -#functions { - clear: both; -} diff --git a/resources/public/css/calculator.css b/resources/public/css/calculator.css new file mode 100644 --- /dev/null +++ b/resources/public/css/calculator.css @@ -0,0 +1,60 @@ +#content { + width: 750px; + margin-left: auto; + margin-right: auto; + background-color: white; + padding: 1em; +} + +body { + background-color: #D0D0D0; +} + +#data { + float: left; + min-width: 11em; +} + +#control { + clear: left; +} + +#stack { + border: 1px dashed gray; + overflow: auto; + margin-bottom: 1ex; + float: left; +} + +#user-functions { + margin-left: 1em; +} + +#stack h3 { + text-align: center; +} + +#data * { + padding: 2px; + margin-right: 1ex; +} + +#data :last-child { + border: 2px solid #20E0D0; +} + +#data :nth-last-child(2){ + border: 2px solid #FFD000; +} + +#error { + background: #FF8080; + margin-top: 1ex; + margin-bottom: 1ex; + float: left; + +} + +#functions { + clear: both; +} diff --git a/resources/public/index.html b/resources/public/index.html --- a/resources/public/index.html +++ b/resources/public/index.html @@ -14,7 +14,7 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); - +