Responsive :)
- Android routenplaner support
This commit is contained in:
4
website/static/css/bootstrap-responsive.css
vendored
4
website/static/css/bootstrap-responsive.css
vendored
@@ -1,11 +1,11 @@
|
||||
/*!
|
||||
* Bootstrap Responsive v2.3.2
|
||||
*
|
||||
* Copyright 2012 Twitter, Inc
|
||||
* Copyright 2013 Twitter, Inc
|
||||
* Licensed under the Apache License v2.0
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
||||
* Designed and built with all the love in the world by @mdo and @fat.
|
||||
*/
|
||||
|
||||
.clearfix {
|
||||
|
||||
File diff suppressed because one or more lines are too long
4
website/static/css/bootstrap.css
vendored
4
website/static/css/bootstrap.css
vendored
@@ -1,11 +1,11 @@
|
||||
/*!
|
||||
* Bootstrap v2.3.2
|
||||
*
|
||||
* Copyright 2012 Twitter, Inc
|
||||
* Copyright 2013 Twitter, Inc
|
||||
* Licensed under the Apache License v2.0
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
||||
* Designed and built with all the love in the world by @mdo and @fat.
|
||||
*/
|
||||
|
||||
.clearfix {
|
||||
|
||||
4
website/static/css/bootstrap.min.css
vendored
4
website/static/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -136,16 +136,15 @@
|
||||
display: inline-block;
|
||||
}
|
||||
#coming_soon .count .circle{
|
||||
background: rgba(0,0,0,0.8);
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
#coming_soon .count .circle span{
|
||||
font-size: 35px;
|
||||
margin-top: 39px;
|
||||
height: 73px;
|
||||
width: 73px;
|
||||
}
|
||||
#coming_soon .count p{
|
||||
color: #333;
|
||||
font-size: 10px;
|
||||
}
|
||||
#coming_soon .count .circle span{
|
||||
margin-top: 26px;
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
box-shadow: 0 0 7px 0 rgba(26, 26, 26, 0.4);
|
||||
padding: 33px 0 33px;
|
||||
background: white;
|
||||
top: 67%;
|
||||
top: 62%;
|
||||
border-radius: 4px;
|
||||
}
|
||||
#concert_route .map .box_wrapp .box_cont{
|
||||
@@ -169,6 +169,7 @@
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
|
||||
#route_info_box a.btn
|
||||
{
|
||||
visibility:hidden;
|
||||
|
||||
@@ -114,9 +114,7 @@
|
||||
#portfolio #filters li a{
|
||||
font-size: 18px;
|
||||
}
|
||||
#portfolio #gallery_container .photo{
|
||||
margin-left: 35px;
|
||||
}
|
||||
|
||||
#portfolio #gallery_container .photo img{
|
||||
left: 10%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user