File tree 2 files changed +36
-3
lines changed
2 files changed +36
-3
lines changed Original file line number Diff line number Diff line change
1
+ < meta charset ="UTF-8 ">
2
+ < style >
3
+ .coala-logo-doc {
4
+ width : 632.5px ;
5
+ height : 187.5px ;
6
+ }
7
+
8
+ @media only screen and (max-device-width : 632px ) {
9
+ .coala-logo-doc-header {
10
+ display : none;
11
+ }
12
+ .coala-logo-doc-low {
13
+ display : block;
14
+ }
15
+ }
16
+
17
+ @media only screen and (min-device-width : 633px ) {
18
+ .coala-logo-doc-header {
19
+ display : block;
20
+ }
21
+ .coala-logo-doc-low {
22
+ display : none;
23
+ height : auto;
24
+ }
25
+ }
26
+ </ style >
27
+ < body >
28
+ < div class ="coala-logo-doc-header ">
29
+ < img width ="632.5px " height ="187.5px " src ="_static/images/coala-header.png ">
30
+ </ div >
31
+ < div class ="coala-logo-doc-low ">
32
+ < img width ="187.5px " height ="187.5px " src ="_static/images/coala_logo.svg ">
33
+ </ div >
34
+ </ body >
Original file line number Diff line number Diff line change @@ -46,9 +46,8 @@ Welcome to the coala documentation!
46
46
47
47
You might also want to look at `our website <http://coala.io/ >`_.
48
48
49
- .. image :: _static/images/coala-header.png
50
- :scale: 50
51
- :align: center
49
+ .. raw :: html
50
+ :file: _static/logo.html
52
51
53
52
coala: Language Independent Code Analysis
54
53
-----------------------------------------
You can’t perform that action at this time.
0 commit comments