We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acf2434 commit 51c56dbCopy full SHA for 51c56db
2 files changed
src/RedisStackOverflow/RedisStackOverflow/default.css
@@ -411,6 +411,13 @@ H4 EM
411
padding: 0 0 60px 0;
412
}
413
414
+#disclaimer
415
+{
416
+ margin: 15px 0 0 0;
417
+ color: #666;
418
+ font-size:11px;
419
+}
420
+
421
#footer
422
{
423
position:fixed;
@@ -421,4 +428,5 @@ H4 EM
428
border-top: solid 1px #999;
429
background: #f1f1f1;
430
padding: 10px;
424
-}
431
432
src/RedisStackOverflow/RedisStackOverflow/default.htm
@@ -385,6 +385,7 @@ <h3>Application Features</h3>
385
<h2></h2>
386
<div id="results"></div>
387
<div id="paging"></div>
388
+ <div id="disclaimer">*Not affiliated with Stack Overflow, which is a trademark of Stack Overflow Internet Services Inc.</div>
389
</div>
390
391
<div id="footer">
0 commit comments