mirror of
https://github.com/seejohnrun/haste-server.git
synced 2024-11-01 11:31:22 +00:00
More browser support
This commit is contained in:
parent
9fa99fe69d
commit
4d56fc0e61
3 changed files with 8 additions and 1 deletions
|
@ -20,6 +20,12 @@ which will output a URL to share, or
|
||||||
|
|
||||||
to copy the URL to the clipboard.
|
to copy the URL to the clipboard.
|
||||||
|
|
||||||
|
## Tested Browsers
|
||||||
|
|
||||||
|
* Firefox 8
|
||||||
|
* Chrome 17
|
||||||
|
* Safari 5.3
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
1. Download the package, and expand it
|
1. Download the package, and expand it
|
||||||
|
|
1
TODO
1
TODO
|
@ -1,6 +1,5 @@
|
||||||
cache headers for static assets
|
cache headers for static assets
|
||||||
tests
|
tests
|
||||||
test in other browsers and add note to README
|
|
||||||
maximum size of a haste
|
maximum size of a haste
|
||||||
fix any annoying visual quirks
|
fix any annoying visual quirks
|
||||||
add FAVICON
|
add FAVICON
|
||||||
|
|
|
@ -22,6 +22,8 @@ textarea {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
border: 0px;
|
||||||
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#box code {
|
#box code {
|
||||||
|
|
Loading…
Reference in a new issue