updated core to 7.58 (right after the site was hacked)
This commit is contained in:
20
sites/all/modules/examples/render_example/render_example.css
Normal file
20
sites/all/modules/examples/render_example/render_example.css
Normal file
@@ -0,0 +1,20 @@
|
||||
.render-array {
|
||||
border: 2px solid black;
|
||||
margin-top: 10px;
|
||||
padding-left: 5px;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
.render-header {
|
||||
font-size: large;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.unrendered-label {
|
||||
font-style: italic;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.rendered {
|
||||
background-color: lightblue;
|
||||
}
|
||||
Reference in New Issue
Block a user