diff options
| -rw-r--r-- | popup.html | 5 | 
1 files changed, 5 insertions, 0 deletions
| @@ -41,6 +41,11 @@        #popupMenu a:hover {          background: #EEEEEE;        } + +      #optionsLink { +        font-family : "Helvetica Neue", "Helvetica", "Arial", sans-serif; +        font-size: 12px; +      }      </style>      <script src="popup.js"></script>    </head> | 
