This website works better with JavaScript.
Home
Explore
Help
Sign In
mh
/
mhsw-espurna
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Added footer to web interface
fastled
Xose Pérez
7 years ago
parent
39a81ea529
commit
23fae3e1e8
2 changed files
with
21 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+13
-0
code/html/custom.css
+8
-0
code/html/index.html
+ 13
- 0
code/html/custom.css
View File
@ -8,6 +8,19 @@
.
panel
{
display
:
none
;
}
.
footer
{
position
:
absolute
;
bottom
:
0
;
left
:
0
;
right
:
0
;
padding
:
10px
;
font-size
:
80
%
;
color
:
#
999
;
}
#
menu
.
footer
a
{
text-decoration
:
none
;
padding
:
0px
;
}
.
content
{
margin
:
0px
;
}
+ 8
- 0
code/html/index.html
View File
@ -117,6 +117,14 @@
<
button
class
=
"pure-button button-reset"
>
Reset
<
/
button
>
<
/
div
>
<
div
class
=
"footer"
>
©
2016-2017
<
br
/
>
Xose Pérez
<
br
/
>
<
a
href
=
"http://tinkerman.cat"
target
=
"_blank"
>
http://tinkerman.cat
<
/
a
>
<
br
/
>
<
a
href
=
"https://bitbucket.org/xoseperez/espurna"
target
=
"_blank"
>
ESPurna @ Bitbucket
<
/
a
>
<
br
/
>
GPLv3 license
<
br
/
>
<
/
div
>
<
/
div
>
<
/
div
>
Write
Preview
Loading…
Cancel
Save