1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-26 10:21:30 +00:00

more paddle/pong stuff; wider compiler msgs

This commit is contained in:
Steven Hugg
2017-11-17 16:01:07 -05:00
parent 5d14ade371
commit ff8784da33
6 changed files with 179 additions and 37 deletions
+5 -3
View File
@@ -20,16 +20,18 @@
}
.tooltipbox .tooltiptext {
visibility: hidden;
width: 120px;
background-color: black;
width: 500px;
background-color: #660000;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 0;
/* Position the tooltip */
position: absolute;
z-index: 10;
/* <pre> tag wrap */
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
}
.tooltipbox:hover .tooltiptext {
visibility: visible;