Replace tabs with spaces

This commit is contained in:
Tom Payne
2012-10-04 15:12:50 +02:00
parent 9d253ab6bb
commit d5002872dd

View File

@@ -26,44 +26,44 @@
text-shadow: black 0.1em 0.1em 0.2em; text-shadow: black 0.1em 0.1em 0.2em;
} }
#popup { #popup {
width: 200px; width: 200px;
margin-left: -107px; margin-left: -107px;
margin-bottom: 12px; margin-bottom: 12px;
border-radius: 5px; border-radius: 5px;
padding: 5px; padding: 5px;
} }
/* Popup CSS generated with http://cssarrowplease.com/ */ /* Popup CSS generated with http://cssarrowplease.com/ */
.arrow_box { .arrow_box {
position: relative; position: relative;
background: #88b7d5; background: #88b7d5;
border: 2px solid #c2e1f5; border: 2px solid #c2e1f5;
} }
.arrow_box:after, .arrow_box:before { .arrow_box:after, .arrow_box:before {
top: 100%; top: 100%;
border: solid transparent; border: solid transparent;
content: " "; content: " ";
height: 0; height: 0;
width: 0; width: 0;
position: absolute; position: absolute;
pointer-events: none; pointer-events: none;
} }
.arrow_box:after { .arrow_box:after {
border-color: rgba(136, 183, 213, 0); border-color: rgba(136, 183, 213, 0);
border-top-color: #88b7d5; border-top-color: #88b7d5;
border-width: 10px; border-width: 10px;
left: 50%; left: 50%;
margin-left: -10px; margin-left: -10px;
} }
.arrow_box:before { .arrow_box:before {
border-color: rgba(194, 225, 245, 0); border-color: rgba(194, 225, 245, 0);
border-top-color: #c2e1f5; border-top-color: #c2e1f5;
border-width: 13px; border-width: 13px;
left: 50%; left: 50%;
margin-left: -13px; margin-left: -13px;
} }
</style> </style>
<link rel="stylesheet" href="../../css/ol.css" type="text/css"> <link rel="stylesheet" href="../../css/ol.css" type="text/css">