zeroClipboard

This commit is contained in:
Tom Slominski
2013-09-02 23:02:41 +01:00
parent a97007a8c9
commit 2dbe0d987f
3 changed files with 1 additions and 225 deletions

View File

@@ -4,12 +4,7 @@
ISQ::$general = array(
'name' => 'kwl.me', // The name of your URL shortener
'qr' => 1, // Do you want to display a QR code?
<<<<<<< HEAD
'mobile' => 0, // Do you want to enable the mobile version?
'clipboard' => 1 // Do you want to enable zeroClipboard? (uses flash)
=======
'mobile' => 0 // Do you want to enable the mobile version?
>>>>>>> 656a0c985880d87881d8ab157da0e848527f4c49
);
// Menu- The width of ∞² menu allows you to have about 10 links

View File

@@ -122,7 +122,6 @@ h1 a:hover {
/* Main style */
.paragraph {
padding: 0 2.5% 0 2.5%;
<<<<<<< HEAD:public/style.css
}
h2 {
@@ -130,15 +129,6 @@ h2 {
margin-bottom: -8px;
}
=======
}
h2 {
color: black;
margin-bottom: -8px;
}
>>>>>>> 656a0c985880d87881d8ab157da0e848527f4c49:public/style.css
.right {
width: 60%;
float: right;
@@ -179,7 +169,6 @@ a.bookmarklet {
/* Output */
.output label {
width: 30%;
<<<<<<< HEAD:public/style.css
float:left;
}
@@ -187,15 +176,6 @@ a.bookmarklet {
width: 70%
}
=======
float: left;
}
.output input {
width: 70%
}
>>>>>>> 656a0c985880d87881d8ab157da0e848527f4c49:public/style.css
.error {
color: red;
}