diff --git a/README.md b/README.md index 3f150b0..2c8c978 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,12 @@ commie is a pastebin script with line commenting support. To install, clone this somewhere under your webroot (PHP required) and make the data directory writable. -This was hacked together in a couple of hours. So treat it as beta for now. Pull Requests welcome. \ No newline at end of file +This was hacked together in a couple of hours. So treat it as beta for now. Pull Requests welcome. + +#updates January 7th, 2016 + +-Small format Edits to allow for mobile + +-Mobile friendly CSS changes + +-Add date to footer diff --git a/data/Make_This_Dir_Writable b/data/Make_This_Dir_Writable new file mode 100644 index 0000000..e69de29 diff --git a/data/make_this_dir_writable b/data/make_this_dir_writable deleted file mode 100644 index 1cbb6df..0000000 --- a/data/make_this_dir_writable +++ /dev/null @@ -1 +0,0 @@ -make writable diff --git a/index.html b/index.html index fdfe2c8..a2ea3dd 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,6 @@ + @@ -7,32 +8,34 @@ -
-                         _
-     ___ ___ _____ _____|_|___  
-    |  _| . |     |     | | -_|
-    |___|___|_|_|_|_|_|_|_|___|
-
-    commie is a pastebin script with line commenting support.
-    available at github. made by splitbrain.
-
+
+
+  _____                 _
+ |     |___ _____ _____|_|___  
+ |   --| . |     |     | | -_|
+ |_____|___|_|_|_|_|_|_|_|___|
+
+
+commie is a pastebin script with line commenting support.
+available at github. made by splitbrain. +
-
☛ Click the line numbers to comment

- Remember: everything is public! + Remember: everything is public!
+ @@ -40,4 +43,4 @@ - \ No newline at end of file + diff --git a/lib/favicon.ico b/lib/favicon.ico index 80c4b0b..e2b93a3 100644 Binary files a/lib/favicon.ico and b/lib/favicon.ico differ diff --git a/lib/style.css b/lib/style.css index 8c19b50..ccbad40 100644 --- a/lib/style.css +++ b/lib/style.css @@ -52,6 +52,17 @@ li div.newcomment button { float: right; } +#content { + width: 97%; + margin-left: auto; + margin-right: auto; +} + +#paste { + width: 100%; + font-size: 12px; + font-family: Consolas,monospace; +} #help { display: none; @@ -59,7 +70,6 @@ li div.newcomment button { #new { margin-top: 4em; - margin-left: 2.5em; margin-bottom: 8em; } @@ -69,11 +79,15 @@ li div.newcomment button { } #new textarea { - max-width: 79em; + max-width: 1000px; width: 100%; height: 7em; } #footer { font-size: 95%; -} \ No newline at end of file +} + +.warn { + font-size: 12px; +}