Commit dc8f8664769a3cbb13dffcf2728fbd4ea30850f6

Add font link
  • Diff rendering mode:
  • inline
  • side by side

mouchak/static/css/main.css

151.wrapper.active .sidebar-wrapper {151.wrapper.active .sidebar-wrapper {
152 left: 250px;152 left: 250px;
153 border-right:4px solid #727272;153 border-right:4px solid #727272;
154
155}154}
156155
157.heading {156.heading {
213 height: auto;213 height: auto;
214 -ms-overflow-y: auto;214 -ms-overflow-y: auto;
215 overflow-y: auto;215 overflow-y: auto;
216
217
218 z-index: 10000;216 z-index: 10000;
219 -webkit-transition: all .4s ease 0s;217 -webkit-transition: all .4s ease 0s;
220 -moz-transition: all .4s ease 0s;218 -moz-transition: all .4s ease 0s;

mouchak/templates/base.html

16 <link rel="stylesheet" href="{{url_for('static', filename='css/normalize.css')}}">16 <link rel="stylesheet" href="{{url_for('static', filename='css/normalize.css')}}">
17 <link rel="stylesheet" href="{{url_for('static', filename='css/bootstrap.min.css')}}" media="screen">17 <link rel="stylesheet" href="{{url_for('static', filename='css/bootstrap.min.css')}}" media="screen">
18 <link rel="stylesheet" href="{{url_for('static', filename='css/mouchak.css')}}">18 <link rel="stylesheet" href="{{url_for('static', filename='css/mouchak.css')}}">
19 <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
19 <script src="{{url_for('static', filename='js/lib/modernizr-2.6.2.min.js')}}"></script>20 <script src="{{url_for('static', filename='js/lib/modernizr-2.6.2.min.js')}}"></script>
2021
21 <!--TODO: make this optional, only when there is a map plugin in the site. There22 <!--TODO: make this optional, only when there is a map plugin in the site. There