Skip to content

Commit

Permalink
factor out map-specific css
Browse files Browse the repository at this point in the history
  • Loading branch information
numist committed Feb 22, 2012
1 parent 17a22b9 commit 3b1500a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 2 additions & 5 deletions offensive/content/map.inc
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,8 @@
function head()
{ ?>
<script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAAyBBXeWMcfhIUkB7pKzhc9xQjSqRAlqXjnjIvJJ9RLUDSqpvsZRTIaaZHx9vj_4c_8qVi_4wR2bZzqg" type="text/javascript"></script>
<style type="text/css">
#sidebar a, #map_edit a {
text-decoration: none;
}
</style><?
<?
CSS::add("/styles/map.css");
JS::add("/offensive/js/markermanager.js");
JS::add("/offensive/js/maps.js");
}
Expand Down
3 changes: 3 additions & 0 deletions styles/map.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#sidebar a, #map_edit a {
text-decoration: none;
}

0 comments on commit 3b1500a

Please sign in to comment.