diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..78eeb12 Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html index bdeb5ba..6c706d2 100644 --- a/index.html +++ b/index.html @@ -6,12 +6,12 @@ Jimbo's Files - + - + diff --git a/streams/jimbo/index.html b/streams/jimbo/index.html index fe79a4d..c8e6134 100644 --- a/streams/jimbo/index.html +++ b/streams/jimbo/index.html @@ -21,7 +21,7 @@ poster="MY_VIDEO_POSTER.jpg" data-setup='{"techOrder": ["html5", "flash"], "html5": {"hls": {"enableLowInitialPlaylist": true, "smoothQualityChange": true}}}' > - +

To view this video please enable JavaScript, and consider upgrading to a web browser that @@ -30,7 +30,7 @@

diff --git a/styles.css b/styles.css index 75e7737..4ac487e 100644 --- a/styles.css +++ b/styles.css @@ -4,6 +4,7 @@ * { font-family: 'Ubuntu', sans-serif; + text-decoration: none; /* Removes the underline from links */ } body { @@ -40,10 +41,6 @@ header img { border-radius: 0.625em; } -a.button-container { - text-decoration: none; /* Removes the underline from links */ -} - .button-container { display: flex; flex-wrap: wrap; /* Allow wrapping of buttons to the next line */