liquid_feedback_frontend

changeset 634:b2c61341112f

Use the same border radius for ui tabs as for other things
author bsw
date Mon Jun 25 17:04:40 2012 +0200 (2012-06-25)
parents 710530f5dd45
children 56f8b045b730
files static/style.css
line diff
     1.1 --- a/static/style.css	Mon Jun 25 17:03:32 2012 +0200
     1.2 +++ b/static/style.css	Mon Jun 25 17:04:40 2012 +0200
     1.3 @@ -495,7 +495,7 @@
     1.4    background-image: -webkit-linear-gradient(top, #000 0%, #444 70%, #777 90%, #888 100%);
     1.5    color: #fff;
     1.6    white-space: nowrap;
     1.7 -  border-radius: 5px;
     1.8 +  border-radius: 10px;
     1.9    font-weight: bold;
    1.10    margin: 3px;
    1.11  }

Impressum / About Us