diff test_create/custom.css @ 2538:464c6c6692d6

Beautified entire project.
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Mon, 14 Nov 2016 14:17:03 +0000
parents 175cf75946f7
children
line wrap: on
line diff
--- a/test_create/custom.css	Mon Nov 14 12:11:38 2016 +0000
+++ b/test_create/custom.css	Mon Nov 14 14:17:03 2016 +0000
@@ -1,23 +1,20 @@
-
-div#content > div.node{
-    background-color: rgb(200,228,151);
+div#content > div.node {
+    background-color: rgb(200, 228, 151);
 }
-
-div#content > div#setup{
+div#content > div#setup {
     background-color: coral;
 }
-
-input:disabled+span{
+input:disabled+span {
     text-decoration: line-through;
 }
-
-div.attribute{
+div.attribute {
     float: none;
 }
-div.attribute input{
+div.attribute input {
     max-width: 100%;
     width: 300px;
 }
-div.attribute input[type=radio], div.attribute input[type=checkbox]{
+div.attribute input[type=radio],
+div.attribute input[type=checkbox] {
     width: 10px;
-}
\ No newline at end of file
+}