diff --git a/css/ol.css b/css/ol.css
index 937ab06219..e2714500f3 100644
--- a/css/ol.css
+++ b/css/ol.css
@@ -237,20 +237,6 @@ button.ol-full-screen-true:after {
display: none;
}
-.ol-logo {
- bottom: 0;
- left: 0;
- padding: 2px;
- position: absolute;
-}
-.ol-logo ul {
- margin: 0;
- padding: 0;
-}
-.ol-logo ul li {
- display: inline;
- list-style: none;
-}
.ol-zoomslider {
position: absolute;
top: 4.5em;
diff --git a/examples/center.html b/examples/center.html
index 20eff037c4..3dc47ea590 100644
--- a/examples/center.html
+++ b/examples/center.html
@@ -21,10 +21,6 @@
top: 178px;
left: 158px;
}
- div.ol-logo {
- left: 150px;
- bottom: 30px;
- }
div.ol-attribution {
bottom: 30px;
right: 50px;
diff --git a/examples/google-map.html b/examples/google-map.html
index fd82495071..463c90834f 100644
--- a/examples/google-map.html
+++ b/examples/google-map.html
@@ -10,9 +10,6 @@