12 /* Styles common to large and small screens */
 
  14 /* Minimal CSS reset */
 
  16 html, body, ul, ol, li, form, fieldset, legend, h1, h2, h3, h4, h5, h6, p, input {
 
  23 fieldset,img { border: 0; }
 
  25 legend { color: #000; }
 
  27 sup { vertical-align: text-top; }
 
  29 sub { vertical-align: text-bottom; }
 
  32   border-collapse: collapse;
 
  36 li { list-style: none; }
 
  41 body { font: #{$typeheight}/#{$lineheight} "Helvetica Neue",Arial,sans-serif; }
 
  44   border-bottom: .1em dotted;
 
  48 /* Micro Clearfix | Details: http://nicolasgallagher.com/micro-clearfix-hack/ */
 
  60 /* Default rules for the body of every page */
 
  63   -moz-box-sizing: border-box;
 
  64   -webkit-box-sizing: border-box;
 
  65   box-sizing: border-box;
 
  69   font-family: 'Helvetica Neue',Arial,sans-serif;
 
  70   font-size: $typeheight;
 
  73   background-color: #fff;
 
  80   background-color: #f0f0f0;
 
  84   margin-top: $lineheight/2;
 
  85   margin-bottom: $lineheight;
 
 100   margin-top: $lineheight/2;
 
 101   margin-bottom: $lineheight;
 
 105   font-size: $typeheight;
 
 106   margin-top: $lineheight/2;
 
 107   margin-bottom: $lineheight/2;
 
 113   margin-bottom: $lineheight;
 
 136   margin: 0 0 $lineheight/2 0;
 
 140   vertical-align: middle;
 
 141   margin-right: $lineheight/4;
 
 144 /* Rules for icons */
 
 147   display:inline-block;
 
 151   background:transparent image-url("sprite.png") no-repeat 0 0;
 
 160 .icon.search      { background-position: 0 0; }
 
 161 .icon.donate      { background-position: -20px 0; }
 
 162 .icon.zoomin      { background-position: -40px 0; }
 
 163 .icon.zoomout     { background-position: -60px 0; }
 
 164 .icon.geolocate   { background-position: -80px 0; }
 
 165 .active .icon.geolocate   { background-position: -80px -20px; }
 
 166 .icon.layers      { background-position: -100px 0; }
 
 167 .icon.key         { background-position: -120px 0; }
 
 168 .icon.share       { background-position: -140px 0; }
 
 169 .icon.clipboard   { background-position: -160px 0; }
 
 170 .icon.link        { background-position: -180px 0; }
 
 171 .icon.close       { background-position: -200px 0; }
 
 172 .icon.check       { background-position: -220px 0; }
 
 173 .icon.note        { background-position: -240px 0; }
 
 175 /* Rules for links */
 
 179   text-decoration: none;
 
 181     text-decoration: underline;
 
 185 /* Rules for horizontal lines */
 
 189   background-color: #ccc;
 
 194 /* General styles for tables */
 
 198   margin-bottom: $lineheight;
 
 201     padding: $lineheight/4;
 
 202     line-height: $lineheight;
 
 209     vertical-align: middle;
 
 213 /* Rules for the whole left sidebar, including the logo */
 
 222   border-right: 1px solid #ccc;
 
 225 /* Rules for the OpenStreetMap logo in the top left corner */
 
 231   padding: $lineheight $lineheight/4;
 
 244   font-size: $lineheight/2;
 
 249 /* Rules for the site name */
 
 255 /* Rules for the introductory text displayed in the left sidebar to new users */
 
 258   padding: $lineheight/4 $lineheight/2;
 
 260     margin: $lineheight/4 0;
 
 263 .sidebar-copy.intro {
 
 264   border-top: 1px solid #ccc;
 
 268  * Rules for alert boxes shown in the left sidebar when important
 
 269  * information needs to be conveyed such as when the site is
 
 270  * undergoing maintenance.
 
 274   padding: $lineheight/4;
 
 275   border-top: 1px solid #ccc;
 
 282     margin: $lineheight/4;
 
 287  * Rules for notice boxes shown in the left sidebar when important, but
 
 288  * non-critical information needs to be conveyed such as notices about
 
 293   padding: $lineheight/4;
 
 294   border-top: 1px solid #ccc;
 
 300     margin: $lineheight/4;
 
 304 /* Rules for the menu displayed in the left sidebar */
 
 309   padding: $lineheight/4 $lineheight/2;
 
 312   list-style-type: none;
 
 313   border-bottom: 1px solid #ccc;
 
 314   border-top: 1px solid #ccc;
 
 316     margin: $lineheight/2 0px;
 
 325     list-style-type: none;
 
 331     padding: $lineheight/4 0 $lineheight/4 0;
 
 342  * Rules for "optional boxes" which appear in the left sidebar on
 
 343  * certain pages. Current users are the seach box on the main page
 
 344  * and the tag cloud on the traces pages.
 
 349   padding: $lineheight/4 $lineheight/2;
 
 350   margin: $lineheight/4 0;
 
 354 /* Rules for the search box */
 
 366     font-size: $typeheight;
 
 369     padding: 2px 0px 2px $lineheight/4;
 
 370     box-shadow: inset #DDD 0px 1px 3px;
 
 373   input[type="text"]:focus {
 
 375     border: 1px solid #000;
 
 378   input[type="submit"] {
 
 385     text-indent: -1000px;
 
 387     background: image-url("sprite.png") 0 0 no-repeat;
 
 390     right: $lineheight/4;
 
 396   margin: $lineheight/4 0 0 0;
 
 399 /* Utility for de-emphasizing content */
 
 408 /* Rules for donation request box */
 
 413   padding: $lineheight/4;
 
 414   border: 1px solid #AED1A0;
 
 416   font-size: $typeheight;
 
 421   margin: $lineheight/2 $lineheight/2 0px $lineheight/2;
 
 425     text-decoration: none;
 
 429 /* Rules for Creative Commons logo button */
 
 432   margin: $lineheight/2 0;
 
 436 /* Rules for tabbed navigation bar */
 
 442   border-bottom: 1px solid #ccc;
 
 448 .site-index #top-bar,
 
 449 .site-export #top-bar {
 
 462   a, a:link, a:visited {
 
 465     padding: 3px $lineheight/2;
 
 466     text-decoration: none;
 
 470     -webkit-transition: color 200ms ease-in;
 
 471        -moz-transition: color 200ms ease-in;
 
 472          -o-transition: color 200ms ease-in;
 
 473             transition: color 200ms ease-in;
 
 477 .site-index #tabnav a#viewanchor,
 
 478 .site-edit #tabnav a#editanchor,
 
 479 .changeset-list #tabnav a#historyanchor,
 
 480 .site-export #tabnav a#exportanchor {
 
 481   border-bottom: 1px solid #aaa;
 
 486 #tabnav a:link:hover, #tabnav a:visited:hover {
 
 487   text-decoration: underline;
 
 490 #tabnav a:link.disabled,
 
 491 #tabnav a:visited.disabled,
 
 492 #tabnav a:link:hover.disabled,
 
 493 #tabnav a:visited:hover.disabled {
 
 497     text-decoration: none;
 
 501 /* Utility for styling notification numbers */
 
 504   padding: 2px $lineheight/4;
 
 512 /* Rules for greeting bar in the top right corner */
 
 517   margin-right: $lineheight/4;
 
 520 .greeting-bar-unread {
 
 524 /* Rules for the message shown in place of the map when javascript is disabled */
 
 533 /* Rules for Leaflet maps */
 
 535 .leaflet-control .control-button {
 
 539   background-color: white;
 
 540   background-color: rgba(255,255,255,.8);
 
 546 .leaflet-control .zoomin,
 
 547 .control-layers .control-button {
 
 549   border-radius: 4px 4px 0px 0px;
 
 552 .site .leaflet-control .zoomout,
 
 553 .control-key .control-button {
 
 558 .leaflet-control .zoomout,
 
 559 .control-locate .control-button,
 
 560 .control-share .control-button {
 
 561   border-radius: 0px 0px 4px 4px;
 
 564 .leaflet-control .control-button:hover {
 
 565   background-color: white;
 
 568 .leaflet-control .control-button .icon {
 
 572 /* Rules for the home page */
 
 588   border-left: 1px solid #CCC;
 
 592     border-bottom: 1px solid #DDD;
 
 602     border:1px solid #ddd;
 
 619     padding: 5px 5px 5px 7px;
 
 620     background-color: #eee;
 
 625     background-color: #ccc;
 
 640       display: inline-block;
 
 646 .site-index .leaflet-top,
 
 647 .site-export .leaflet-top {
 
 648   top: $lineheight/2 !important;
 
 650     margin-top: 0px !important;
 
 654 .leaflet-popup-scrolled {
 
 655   padding-right: $lineheight;
 
 656   border-bottom: 0px !important;
 
 657   border-top: 0px !important;
 
 660 .leaflet-popup-content-wrapper {
 
 661   border-radius: 4px !important;
 
 662   -webkit-border-radius: 4px !important;
 
 665 /* Rules for edit menu */
 
 668   padding: 0 $lineheight/4;
 
 670   display: inline-block;
 
 672     text-decoration: none !important;
 
 680   background-color: #ffffff;
 
 681   border: 1px solid $keyline;
 
 687     padding: 2px $lineheight/4;
 
 688     border-top: 1px solid #eee;
 
 693 /* Rules for attribution text under the main map shown on printouts */
 
 699 .attribution_license,
 
 700 .attribution_project {
 
 704 .attribution_notice {
 
 708 /* Rules for the popout map sidebar */
 
 715   border-right: 1px solid $keyline;
 
 720         border-bottom: 1px solid #ccc;
 
 723       margin-bottom: $lineheight/4;
 
 733   padding: $lineheight/2 $lineheight;
 
 735   background: $offwhite;
 
 736   border-bottom: 1px solid #ccc;
 
 756     padding: 0 $lineheight $lineheight/2 $lineheight;
 
 757     margin-top: $lineheight/2;
 
 759     border-bottom: 1px solid #ddd;
 
 763 /* Rules for the map key which appears in the popout sidebar */
 
 766  .mapkey-table-key img {
 
 772     padding: 0 $lineheight/4 $lineheight/4 $lineheight/4;
 
 776 /* Rules for search results which appear in the popout sidebar */
 
 779   margin-top: $lineheight/4;
 
 780   margin-bottom: $lineheight/4;
 
 783 .search_results_entry {
 
 792 .search_results_entry .search_searching {
 
 794   margin: $lineheight auto;
 
 799 ul.results-list li { border-bottom: 1px solid #ccc; }
 
 801 .search_results_error {
 
 805 /* Rules for data browser information which appears in the popout sidebar */
 
 809   .browse_show_list.button {
 
 834 /* Rules for export information which appears in the popout sidebar */
 
 840 .export_area_inputs {
 
 841   margin-bottom: $lineheight/2;
 
 849   margin: $lineheight/4;
 
 852 .export_details input[type="text"]#export_html_text {
 
 856 #sidebar #marker_inputs li:last-child {
 
 857   margin-bottom: $lineheight/2;
 
 866 /* Rules for the main content area */
 
 869   padding: $lineheight;
 
 874 .site-index #content,
 
 875 .site-export #content {
 
 878   top: 30px; bottom: 0;
 
 879   left: 184px; right: 0;
 
 880   border-left: 1px solid #ccc;
 
 885   border-left: 1px solid #ccc;
 
 889 .site-edit #content {
 
 906 #slim_container_content {
 
 908   background-color: #FFFFFF;
 
 909   margin: $lineheight/2 auto;
 
 912   -moz-border-radius: 25px;
 
 913   border: 1px solid #e6e6e6;
 
 917   margin: $lineheight/2;
 
 927   margin: 30px $lineheight/2;
 
 930   margin-right: $lineheight/4;
 
 932     vertical-align: middle;
 
 933     margin-bottom: $lineheight/4;
 
 934     margin-right: $lineheight/4;
 
 940   padding: $lineheight;
 
 941   background: $offwhite;
 
 943     margin-bottom: $lineheight/2;
 
 950     margin-top: $lineheight/2;
 
 955 /* Rules for small maps in content areas */
 
 961   border: 1px solid #ccc;
 
 962   margin-bottom: $lineheight;
 
 966 .content_map #small_map {
 
 969   margin-bottom: $lineheight;
 
 972 /* Rules for the changeset list shown by the history tab etc */
 
 977     padding: $lineheight/2 0;
 
 979     border-top: 1px solid #ccc;
 
 981       border-bottom: 1px solid #ccc;
 
 989     border-left: 1px solid #ccc;
 
 990     padding-left: $lineheight/4;
 
 991     margin-right: $lineheight/4;
 
 995 #changeset_list_map_wrapper {
 
1003 #changeset_list_map_wrapper.scrolled {
 
1007 #changeset_list_map {
 
1009   bottom: $lineheight;
 
1013   border: 1px solid #ccc;
 
1016 #changeset_list_map_wrapper.scrolled #changeset_list_map {
 
1020 /* Rules for the data browser */
 
1023   border-top: 1px solid #ccc;
 
1024   margin-top: $lineheight/2;
 
1025   padding-top: $lineheight/2;
 
1030     background-color: #ffe0cc;
 
1036     margin-bottom: $lineheight/4;
 
1039     display: inline-block;
 
1040     vertical-align: top;
 
1050     display: inline-block;
 
1051     vertical-align: top;
 
1059     padding: $lineheight/4 0;
 
1061     text-overflow: ellipsis;
 
1072 #browse_map .geolink {
 
1076 #browse_map .secondary-actions {
 
1077   margin-bottom: $lineheight/2;
 
1080 /* Rules for the trace list shown by the traces tab etc */
 
1083   font-size: $lineheight/2;
 
1100   .trace_identifiable {
 
1113 /* Rules for the user profile page */
 
1118   .userinformation-inner {
 
1133 .admin-user-info small {
 
1134   margin-bottom: $lineheight/2;
 
1136   margin-right: $lineheight;
 
1141   border-bottom: 1px solid #ccc;
 
1142   padding-bottom: $lineheight;
 
1145     margin-bottom: $lineheight/2;
 
1150   margin-top: $lineheight;
 
1154 .activity-details p {
 
1159 #friends-container .contact-activity ul {
 
1164   p#no_home_location {
 
1165     margin: $lineheight;
 
1168     margin-top: $lineheight/4;
 
1173 /* Rules for the user map */
 
1175 .content_map .leaflet-popup-content {
 
1176   margin: $lineheight/2;
 
1180 /* Rules for user popups on maps */
 
1186     margin-top: 0 0 0 60px;
 
1189   img.user_thumbnail {
 
1191     margin: 0 $lineheight/2 0 0;
 
1195 /* Rules for the user list */
 
1198   font-size: $lineheight/2;
 
1202     vertical-align: middle;
 
1211 #user_list_actions {
 
1213   margin-top: $lineheight/2;
 
1216 /* Rules for the diary list page */
 
1218 .diary_entry-list img.user_thumbnail {
 
1225   margin-top: $lineheight/2;
 
1226   padding-top: $lineheight;
 
1227   border-top: 1px solid #ccc;
 
1242   ul.secondary-actions { display: inline-block;}
 
1245 .content-heading .hide_unless_logged_in { // hacky selector, better to just add a new class to this div
 
1249 #content  .post_heading {
 
1250   margin-bottom: $lineheight;
 
1253     margin-bottom: $lineheight/2;
 
1258 /* Rules for the diary entry page */
 
1265     border: 1px solid #ccc;
 
1267     margin-bottom: $lineheight;
 
1270     border-top: 1px solid #ccc;
 
1271     padding-top: $lineheight;
 
1272     margin-top: $lineheight/2;
 
1278     margin-top: $lineheight/2;
 
1279     border-top: 1px dashed #ccc;
 
1280     padding-top: $lineheight/2;
 
1282       margin-top: $lineheight;
 
1283       padding-top: $lineheight;
 
1284       border-top: 1px solid #ccc;
 
1287       margin-bottom: $lineheight/2;
 
1296 .diary_entry-view img.user_thumbnail {
 
1300 /* Rules for the login page */
 
1302 #login_openid_buttons {
 
1306 #login_openid_buttons li {
 
1308   padding: $lineheight/4 $lineheight/2;
 
1311 /* Rules for the account confirmation page */
 
1315     border: 1px solid #ccc;
 
1316     padding: $lineheight;
 
1317     margin-bottom: $lineheight;
 
1331       margin: $lineheight auto inherit auto;
 
1336     input[type=submit] {
 
1342         background: darken($grey, $hovercolor);
 
1347     margin-bottom: $lineheight;
 
1349   #contributorGuidance {
 
1350     background-color: $offwhite;
 
1352     -moz-border-radius: 4px;
 
1359 /* Rules for the account settings page */
 
1361 #accountForm .user_map {
 
1365   border: 1px solid #ccc;
 
1368 #accountForm .user_image {
 
1372 #accountForm #user_image {
 
1376 #accountForm ul.accountImage-options {
 
1389   display: inline !important;
 
1392 .content_map.settings_map {
 
1397 /* Rules for the oauth settings page */
 
1399 .oauth_clients .buttons .oauth-edit {
 
1400   border-radius: 2px 0 0 2px;
 
1403 .oauth_clients .buttons .oauth-delete {
 
1404   border-radius: 0 2px 2px 0;
 
1407 /* Rules for messages pages */
 
1411   border: 1px solid #ddd;
 
1413   input[type="submit"] {
 
1417     border-top: 1px solid #ccc;
 
1421     background: #f8f8ff;
 
1434     padding: $lineheight/4;
 
1445     border-right: 1px solid $keyline;
 
1449 .inbox-row .inbox-mark-read {
 
1454   margin-bottom: $lineheight;
 
1455   padding: $lineheight/4 0px 4px 0px;
 
1456   border-bottom: 1px solid #ccc;
 
1463 .info-line .user_thumbnail_tiny {
 
1464   vertical-align: middle;
 
1473 .inbox-row-unread .inbox-mark-unread {
 
1477 .message-read .message-buttons {
 
1478   margin-top: $lineheight;
 
1479   padding-top: $lineheight;
 
1480   border-top: 1px solid $keyline;
 
1483 .message-read .buttons .mark-unread-button {
 
1487 /* Rules for "flash" notice boxes shown at the top of the content area */
 
1490     padding: $lineheight;
 
1492     background-color: #ff7070;
 
1495     background-color: #ffe0cc;
 
1498     background-color: #CBEEA7;
 
1502 /* Rules for highlighting fields with rails validation errors */
 
1504 .field_with_errors {
 
1506   background-color: #ff7070;
 
1510 /* Rules for rails validation error boxes */
 
1514   border: 2px solid #ff7070;
 
1515   padding: 0 $lineheight/2;
 
1516   margin-bottom: $lineheight;
 
1517   background-color: #f0f0f0;
 
1520     margin: 0 -10px 10px -10px;
 
1521     padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
 
1524     background-color: #c00;
 
1532     padding: $lineheight/4;
 
1536     padding-left: $lineheight;
 
1545 /* Rules for forms */
 
1549     margin-bottom: $lineheight;
 
1551   label.standard-label {
 
1553     margin-bottom: $lineheight/4;
 
1554     font-size: $typeheight;
 
1558   label.standard-label.secondary {
 
1559     display: inline-block;
 
1560     font-weight: normal;
 
1563     font-weight: normal;
 
1570     margin-top: $lineheight;
 
1571     padding-top: $lineheight;
 
1572     border-top: 1px solid $keyline;
 
1575     margin-bottom: $lineheight/2;
 
1583   input[type="checkbox"],
 
1584   input[type="radio"] {
 
1590 #remember_me_openid {
 
1594 input[type="checkbox"],
 
1595 input[type="radio"] {
 
1600 input[type="email"],
 
1602 input[type="password"],
 
1604   border: 1px solid #ccc;
 
1613   height: 100% !important;
 
1616 /* Rules for user images */
 
1621   border: 1px solid #ccc;
 
1622   margin-bottom: $lineheight;
 
1624   margin-right: $lineheight;
 
1627 img.user_thumbnail {
 
1630   border: 1px solid #ccc;
 
1631   margin-right: $lineheight;
 
1634 img.user_thumbnail_tiny {
 
1637   border: 1px solid #ccc;
 
1640 /* Rule for "nowrap" class that can be applied to anything to stop wrapping */
 
1643   white-space: nowrap;
 
1646 /* Rules for geo microformats */
 
1649   border-bottom: none;
 
1652 /* Rules for RSS buttons */
 
1659 /* General styles for action lists / subnavs / pager navs */
 
1661 ul.secondary-actions {
 
1666     display: inline-block;
 
1673     border-left: 1px solid #ccc;
 
1674     padding-left: $lineheight/4;
 
1675     margin-right: $lineheight/4;
 
1686 /* Utility for managing inner content areas */
 
1688 .inner22 { padding: $lineheight;}
 
1690 .inner12 { padding: $lineheight/2 $lineheight;}
 
1692 .inner11 { padding: $lineheight/2;}
 
1694 .inner02 { padding: 0 $lineheight;}
 
1696 /* Utility for general button styles */
 
1698 input[type="button"],
 
1699 input[type="submit"],
 
1700 input[type="reset"],
 
1704   display: inline-block;
 
1706   padding: $lineheight/4 $lineheight/2;
 
1708   margin: 0 0 $lineheight/2 0;
 
1713   -moz-border-radius: 2px;
 
1715     background: darken($blue, $hovercolor);
 
1716     text-decoration: none;
 
1719     background: $lightblue;
 
1721       background: darken($lightblue, $hovercolor);
 
1725     background: $lightblue;
 
1734   input[type="submit"],
 
1735   input[type="button"],
 
1736   input[type="reset"],
 
1738     box-sizing: border-box;
 
1744     border-right:1px solid white;
 
1747   .button:first-child {
 
1748     border-radius:2px 0 0 2px;
 
1751   .button:last-child {
 
1752     border-radius:0 2px 2px 0;
 
1753     border-right-width: 0;
 
1757   *[value="Hide"] + input:last-child,
 
1758   *[value="Hide"] + .button:last-child {
 
1760     border-right-width: 0;
 
1762     /* if a 3-button set has a hidden middle button */
 
1763   *[value="Hide"] + input:nth-child(3),
 
1764   *[value="Hide"] + .button:nth-child(3) {
 
1765     border-radius:0 2px 2px 0;
 
1766     border-right-width: 0;
 
1768   /* if a 3-button set starts with a hidden button */
 
1769   *[value="Hide"] + input:nth-child(2):not(:last-child),
 
1770   *[value="Hide"] + .button:nth-child(2):not(:last-child) {
 
1771     border-radius:2px 0 0 2px;
 
1772     border-right-width: 1px solid white;
 
1776 /* Rules for doing distinct colour of alternate table rows */
 
1780   background: $offwhite;
 
1788 /* Rules for OpenID logo */
 
1791   vertical-align: text-bottom;
 
1795 /* Rules for rich text */
 
1800     padding-bottom: $lineheight/2;
 
1801     border-bottom: 1px dashed #cccccc;
 
1802     margin-bottom: $lineheight/2;
 
1814     font-size: $typeheight;
 
1819     background: #e8e8e8;
 
1825     background: #e8e8e8;
 
1834     padding: $lineheight;
 
1835     background-color: $offwhite;
 
1842     border-left: $lineheight solid $offwhite;
 
1843     padding-left: $lineheight;
 
1850     padding-left: $lineheight;
 
1851     margin-bottom: $lineheight;
 
1852     margin-left: $lineheight;
 
1860     list-style: decimal;
 
1864 .diary_post .richtext {
 
1865     margin-top: $lineheight;
 
1868 .comments .richtext {
 
1873 /* Rules for rich text editors */
 
1875 .richtext_container {
 
1876   margin-bottom: $lineheight;
 
1880     display: inline-block;
 
1881     vertical-align: top;
 
1884       display: inline-block;
 
1885       padding: $lineheight;
 
1886       background-color: $offwhite;
 
1890         background-image: image-url("loading.gif");
 
1891         background-repeat: no-repeat;
 
1892         background-position: center;
 
1902     display: inline-block;
 
1903     vertical-align: top;
 
1905     background-color: #f8f8ff;
 
1906     padding: $lineheight/2;
 
1914       border-bottom: 1px solid #ccc;
 
1915       margin-bottom: $lineheight/4;
 
1916       padding-bottom: $lineheight/4;
 
1919     li h4, li span, li p {
 
1920       display: inline-block;
 
1921       vertical-align: top;
 
1932       margin-left: $lineheight/2;
 
1933       margin-bottom: $lineheight/4;
 
1934       white-space: nowrap;
 
1939 /* Rules for the user notes list */
 
1943     background-color: #eeeeee;
 
1955 /* Rules for the notes interface */
 
1957 .leaflet-popup-content .note {
 
1958   padding-top: $lineheight/2;
 
1961 .leaflet-popup-content .note {
 
1963     margin-bottom: $lineheight/2;
 
1967     margin-top: $lineheight/2;
 
1973     left: $lineheight/4;
 
1976     background: image-url("sprite.png") 0 -45px no-repeat;
 
1981     padding-left: $lineheight;
 
1984   .permalink:hover span {
 
1990     background-color: #ffe0cc;
 
1992     margin-bottom: $lineheight/2;
 
2011     margin-top: $lineheight/4;
 
2017  * Rules for the iD editor
 
2024 /* Rules for rotating sidebar ads */
 
2030   border-bottom: 1px solid #ccc;