]> git.plutz.net Git - busy/blobdiff - Tasks.css
porting busy to confetti framework
[busy] / Tasks.css
diff --git a/Tasks.css b/Tasks.css
deleted file mode 100644 (file)
index f4a6c69..0000000
--- a/Tasks.css
+++ /dev/null
@@ -1,31 +0,0 @@
-.Task{
-  margin: .5em;
-  width: 95%;
-  background-color: #EEF;
-  color: #000;
-  padding: .5em;
-  border-width: 1px;
-  border-color: #00A;
-  border-style: solid solid solid solid;
-}
-
-.Task table{
-  width: 100%;
-  border-collapse: separate;
-  border-spacing: .5em;
-}
-.Task table tr td{
-  width: 30%;
-  text-align: center;
-  background-color: #FFE;
-  border-width: 1px;
-  border-style: solid;
-}
-
-.Task h1{
-  margin: 0em;
-  text-size: 2em;
-}
-form.Task div{
-  position: absolute;
-}