Move inline CSS to the screen.css file
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 28 Dec 2011 22:48:43 +0000 (17:48 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 28 Dec 2011 22:48:43 +0000 (17:48 -0500)
web_frontend/index.html
web_frontend/screen.css

index ffefd9b5c37f473c26d97c91335677e9e4213ec7..f2485a4d8cb199a16135e8ada83903ffbc99acbb 100644 (file)
@@ -8,7 +8,7 @@
   </head>
   <body>
     <div id="error"></div>
-    <div id="mkdir" class="tile" style="float:right"><span class="title">New Directory</span></div>
+    <div id="mkdir" class="tile"><span class="title">New Directory</span></div>
     <h1>List <span id="pwd">/</span></h1>
 
     <ul id="ls"></ul>
index 7b6d208535eca1ba75060ac384a0a7b343e682a1..1ac9daef3b4ab7a9ca0d8c221a4ab6c9a951e441 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Armadillo File Manager
- * Copyright (c) 2010, Robert Sesek <http://www.bluestatic.org>
- * 
+ * Copyright (c) 2010-2011, Robert Sesek <http://www.bluestatic.org>
+ *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU General Public License as published by the Free Software
  * Foundation, either version 3 of the License, or any later version.
@@ -28,6 +28,10 @@ h1 {
   font-size: 0.7em;
 }
 
+#mkdir {
+  float: right !important;
+}
+
 #ls {
   list-style: none;
 }