Skip to content

Commit e364669

Browse files
committed
feat: removing button-like links styles and also an unecessary first link
1 parent d86b2b5 commit e364669

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

static/shared/css/documentation.css

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -147,24 +147,8 @@ a img {
147147

148148
#header ul.nav {
149149
float: right;
150-
padding: 8px 3px 8px 2px;
151150
font-weight: bold;
152-
text-shadow: white 1px 1px 0px;
153-
font-size: 12px;
154-
margin-top: 10px;
155-
background: #f5f5f5;
156-
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#fcfcfc', endColorstr='#ececec');
157-
background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#fcfcfc), to(#e8e8e8));
158-
background:-moz-linear-gradient(270deg, #fcfcfc, #ececec);
159-
border-color:#eee;
160-
border:1px solid #e9e9e9;
161-
border-bottom-color:#f5f5f5;
162-
-webkit-border-radius:2px;
163-
-moz-border-radius:2px;
164-
border-radius:2px;
165-
-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.2);
166-
-moz-box-shadow:0 1px 1px rgba(0,0,0,0.2);
167-
box-shadow:0 1px 1px rgba(0,0,0,0.2);
151+
font-size: 13px;
168152
}
169153

170154
#header ul.nav li:first-child {

0 commit comments

Comments
 (0)