Subversion Repositories eFlore/Applications.cel

Rev

Rev 3826 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3826 Rev 3829
Line 4... Line 4...
4
*:active,
4
*:active,
5
*:focus {
5
*:focus {
6
	outline:none !important;
6
	outline:none !important;
7
}
7
}
Line -... Line 8...
-
 
8
 
-
 
9
html {
-
 
10
	font-size: 100%;
-
 
11
}
8
 
12
 
9
body {
13
body {
10
    font-family: Muli,sans-serif;
14
    font-family: Muli,sans-serif;
11
  	font-size: 0.8rem;
15
  	font-size: 0.8rem;
12
  	font-weight: 300;
16
  	font-weight: 300;
Line 92... Line 96...
92
.modal-header,
96
.modal-header,
93
.modal-footer {
97
.modal-footer {
94
	border : none;
98
	border : none;
95
}
99
}
Line 96... Line 100...
96
 
100
 
97
.todo {
101
/*.todo {
98
	display: none !important;
-
 
99
}
102
	display: none !important;
-
 
103
}*/
-
 
104
 
-
 
105
@media screen and ( max-width: 340px ) {
-
 
106
	html {
-
 
107
		font-size: 80%;
-
 
108
	}
-
 
109
}