Skip to content

Commit 51c56db

Browse files
committed
added disclaimer that its not associated with the real StackOverflow
1 parent acf2434 commit 51c56db

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

src/RedisStackOverflow/RedisStackOverflow/default.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,13 @@ H4 EM
411411
padding: 0 0 60px 0;
412412
}
413413

414+
#disclaimer
415+
{
416+
margin: 15px 0 0 0;
417+
color: #666;
418+
font-size:11px;
419+
}
420+
414421
#footer
415422
{
416423
position:fixed;
@@ -421,4 +428,5 @@ H4 EM
421428
border-top: solid 1px #999;
422429
background: #f1f1f1;
423430
padding: 10px;
424-
}
431+
}
432+

src/RedisStackOverflow/RedisStackOverflow/default.htm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ <h3>Application Features</h3>
385385
<h2></h2>
386386
<div id="results"></div>
387387
<div id="paging"></div>
388+
<div id="disclaimer">*Not affiliated with Stack Overflow, which is a trademark of Stack Overflow Internet Services Inc.</div>
388389
</div>
389390

390391
<div id="footer">

0 commit comments

Comments
 (0)