Browse
For agents
About
AMP WP – Google AMP For WordPress
/
trunk
AMP WP – Google AMP For WordPress
vtrunk
Switch version
1.8.3
1.8.2
1.8.1
1.8.0
1.7.11
1.7.10
1.7.9
1.7.7
1.7.8
1.7.6
1.7.5
1.7.4
1.7.3
1.7.2
1.7.1
1.2.0
1.2.1
1.2.2
1.3.0
1.3.1
1.4.0
1.4.1
1.4.2
1.4.3
1.4.3.1
All 56 releases
Overview
Code
amp-wp
/
admin
/
css
/
customizer.css
customizer.css
in AMP WP – Google AMP For WordPress trunk, at admin/css/customizer.css
11 lines
358 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
/*
-------------------------------------------------------------------------------------------
2
# AMP WP Customizer
3
-------------------------------------------------------------------------------------------
*/
4
textarea
.
amp-wp-code
{
5
border-right
:
0
;
6
border-left
:
0
;
7
height
:
-webkit-calc
(
100
vh
-
185
px
)
;
8
height
:
calc
(
100
vh
-
185
px
)
;
9
resize
:
none
;
10
}
11