summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjakefeasel <jfeasel@gmail.com>2014-06-22 23:16:10 -0700
committerjakefeasel <jfeasel@gmail.com>2014-06-22 23:16:10 -0700
commitf76eb0ab036f9336aeb1312223095c4c18e3bdbd (patch)
tree5569d29bfde171d191140a9cf623c0b0db9bb8d4
parentc7512e08d3eee479933b0de6be398784a19bccfd (diff)
downloadsqlfiddle-f76eb0ab036f9336aeb1312223095c4c18e3bdbd.zip
sqlfiddle-f76eb0ab036f9336aeb1312223095c4c18e3bdbd.tar.gz
sqlfiddle-f76eb0ab036f9336aeb1312223095c4c18e3bdbd.tar.bz2
Adding new sponsor icon for collectserver.info
-rw-r--r--src/main/webapp/images/collectserver_info.pngbin0 -> 6863 bytes
-rw-r--r--src/main/webapp/stylesheets/fiddle.css2
-rw-r--r--src/main/webapp/stylesheets/fiddle.less2
-rw-r--r--src/main/webapp/views/layout.cfm2
4 files changed, 4 insertions, 2 deletions
diff --git a/src/main/webapp/images/collectserver_info.png b/src/main/webapp/images/collectserver_info.png
new file mode 100644
index 0000000..b307b08
--- /dev/null
+++ b/src/main/webapp/images/collectserver_info.png
Binary files differ
diff --git a/src/main/webapp/stylesheets/fiddle.css b/src/main/webapp/stylesheets/fiddle.css
index dfe2052..7ba95f4 100644
--- a/src/main/webapp/stylesheets/fiddle.css
+++ b/src/main/webapp/stylesheets/fiddle.css
@@ -282,6 +282,7 @@ pre.results,
}
#hostingPartners li {
margin: 20px 0;
+ padding: 0 5px;
font-family: sans-serif;
font-size: 8pt;
height: 50px;
@@ -289,7 +290,6 @@ pre.results,
}
#hostingPartners a {
display: inline-block;
- float: left;
}
#hostingPartners img {
height: 90px;
diff --git a/src/main/webapp/stylesheets/fiddle.less b/src/main/webapp/stylesheets/fiddle.less
index 36c5a75..ff6069c 100644
--- a/src/main/webapp/stylesheets/fiddle.less
+++ b/src/main/webapp/stylesheets/fiddle.less
@@ -268,6 +268,7 @@ pre.results, .resultSetPreview li pre {
#hostingPartners li {
margin: 20px 0;
+ padding: 0 5px;
font-family: sans-serif;
font-size: 8pt;
height: 50px;
@@ -276,7 +277,6 @@ pre.results, .resultSetPreview li pre {
#hostingPartners a {
display: inline-block;
- float: left;
}
#hostingPartners img {
height: 90px;
diff --git a/src/main/webapp/views/layout.cfm b/src/main/webapp/views/layout.cfm
index 6c9afa7..6d77798 100644
--- a/src/main/webapp/views/layout.cfm
+++ b/src/main/webapp/views/layout.cfm
@@ -140,6 +140,8 @@
<div id="hosting">
<ul id="hostingPartners">
<li id="sqlsentry"><a href="http://www.sqlsentry.net/download-trial/landing/complete.asp?ad=201208-sqlfiddle" target="_new"><img src="images/sqlsentry/0<cfoutput>#RandRange(0,4)#</cfoutput>.jpg" alt="SQL Sentry"></a></li>
+
+ <li id="csi"><a href="http://www.collectserver.info/" target="_new"><img src="images/collectserver_info.png" alt="CollectServer.info - Easy Server Health Monitoring"></a></li>
</ul>
</div>