52759920a5
It's not used anymore. Signed-off-by: Gökay Şatır <gokay.satir@collabora.com> Change-Id: I4424018e6b1820de0d86c9058207fe19f46e0c16
8 lines
No EOL
350 B
CSS
8 lines
No EOL
350 B
CSS
.presentation-doctype #map, .drawing-doctype #map{
|
|
border-collapse: separate; /*To use box-shadow in Internet Explorer 9 or later, you must set border-collapse */
|
|
box-shadow: rgb(223, 223, 223) 0px 0px inset, #b6b6b6 1px 0px 0px inset;
|
|
}
|
|
#presentation-controls-wrapper {
|
|
background: #dfdfdf !important;
|
|
border-top: 1px solid #b6b6b6 !important;
|
|
} |