|
@ -160,10 +160,6 @@ body { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.img-visible { |
|
|
.img-visible { |
|
|
-webkit-border-bottom-right-radius: 0; |
|
|
|
|
|
-webkit-border-bottom-left-radius: 0; |
|
|
|
|
|
-moz-border-radius-bottomright: 0; |
|
|
|
|
|
-moz-border-radius-bottomleft: 0; |
|
|
|
|
|
border-bottom-right-radius: 0; |
|
|
border-bottom-right-radius: 0; |
|
|
border-bottom-left-radius: 0; |
|
|
border-bottom-left-radius: 0; |
|
|
} |
|
|
} |
|
@ -171,10 +167,6 @@ body { |
|
|
#note_location_img img { |
|
|
#note_location_img img { |
|
|
margin-top: -1px; |
|
|
margin-top: -1px; |
|
|
border: 1px solid #ccc; |
|
|
border: 1px solid #ccc; |
|
|
-webkit-border-bottom-right-radius: 4px; |
|
|
|
|
|
-webkit-border-bottom-left-radius: 4px; |
|
|
|
|
|
-moz-border-radius-bottomright: 4px; |
|
|
|
|
|
-moz-border-radius-bottomleft: 4px; |
|
|
|
|
|
border-bottom-right-radius: 4px; |
|
|
border-bottom-right-radius: 4px; |
|
|
border-bottom-left-radius: 4px; |
|
|
border-bottom-left-radius: 4px; |
|
|
} |
|
|
} |
|
@ -205,5 +197,3 @@ body { |
|
|
.callout table { |
|
|
.callout table { |
|
|
margin-bottom: 0; |
|
|
margin-bottom: 0; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|