Update bootstrap to 3.0.2
This commit is contained in:
parent
c78d379527
commit
f4da20da2c
12 changed files with 3637 additions and 2791 deletions
19
htdocs/css/home.css
Normal file
19
htdocs/css/home.css
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
.clock #ficlogo {
|
||||
float: left;
|
||||
height: 100px;
|
||||
margin-left: 25px;
|
||||
width: 12%;
|
||||
}
|
||||
.clock #epitalogo {
|
||||
float: right;
|
||||
height: 100px;
|
||||
width: 14%;
|
||||
}
|
||||
.clock #ficlogo img {
|
||||
max-height: 170px;
|
||||
max-width: 100%;
|
||||
}
|
||||
.clock #epitalogo img {
|
||||
max-height: 170px;
|
||||
max-width: 100%;
|
||||
}
|
||||
Reference in a new issue