Commit 36cce0055d39c3c2948882dae653f8dcfb5e24dd

Authored by Zambom
1 parent 73bc9952

Removing outline from links

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
amadeus/static/css/base/amadeus.css
... ... @@ -3,6 +3,10 @@ ul, li {
3 3 text-decoration: none;
4 4 }
5 5  
  6 +a:focus {
  7 + outline: none;
  8 +}
  9 +
6 10 .pagination > li > a, .pagination > li > span {
7 11 padding: 0px 8px;
8 12 }
... ...