|
1
|
/* Content Admin >> Show IDs */ |
|
2
|
|
|
3
|
#asenha-id { |
|
4
|
width: 50px; |
|
5
|
} |
|
6
|
|
|
7
|
/* Content Admin >> Show Featured Images */ |
|
8
|
|
|
9
|
#asenha-featured-image { |
|
10
|
width: 110px; |
|
11
|
} |
|
12
|
|
|
13
|
.asenha-featured-image img { |
|
14
|
width: 110px; |
|
15
|
height: auto; |
|
16
|
border: 1px solid #e5e5e5; |
|
17
|
}
|