Skip to content

Commit 71034bd

Browse files
committed
Round corners of buttons
1 parent 5f5e798 commit 71034bd

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

css/style.css

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* http://meyerweb.com/eric/tools/css/reset/
1+
/* http://meyerweb.com/eric/tools/css/reset/
22
v2.0 | 20110126
33
License: none (public domain)
44
*/
@@ -12,8 +12,8 @@ b, u, i, center,
1212
dl, dt, dd, ol, ul, li,
1313
fieldset, form, label, legend,
1414
table, caption, tbody, tfoot, thead, tr, th, td,
15-
article, aside, canvas, details, embed,
16-
figure, figcaption, footer, header, hgroup,
15+
article, aside, canvas, details, embed,
16+
figure, figcaption, footer, header, hgroup,
1717
menu, nav, output, ruby, section, summary,
1818
time, mark, audio, video {
1919
margin: 0;
@@ -24,7 +24,7 @@ time, mark, audio, video {
2424
vertical-align: baseline;
2525
}
2626
/* HTML5 display-role reset for older browsers */
27-
article, aside, details, figcaption, figure,
27+
article, aside, details, figcaption, figure,
2828
footer, header, hgroup, menu, nav, section {
2929
display: block;
3030
}
@@ -67,7 +67,7 @@ hubblesite.org. */
6767

6868
#wrapper{
6969
margin:0 auto;
70-
max-width:960px;
70+
max-width:960px;
7171
padding:0 10px;
7272
min-width: 320px; /* min-width of whole site */
7373
}
@@ -102,7 +102,7 @@ h2{
102102
h3{
103103
font-size: 16px;
104104
margin: 20px 0px 10px 0px;
105-
105+
106106
}
107107

108108
p{
@@ -178,6 +178,7 @@ pre{
178178
background-image: -webkit-linear-gradient(bottom, #FC9468 0%, #FF5100 89%);
179179
background-image: -ms-linear-gradient(bottom, #FC9468 0%, #FF5100 89%);
180180
background-image: linear-gradient(to bottom, #FC9468 0%, #FF5100 89%);
181+
border-radius: 3px;
181182
}
182183

183184
a.button, .button a{
@@ -241,7 +242,7 @@ nav img{
241242

242243
nav ul{
243244
max-width:960px;
244-
margin:0 auto;
245+
margin:0 auto;
245246
}
246247

247248
nav ul li{
@@ -441,6 +442,7 @@ section.install ul li a{
441442
margin: 0px 5px -1px 5px;
442443
height:20px;
443444
line-height: 20px;
445+
border-radius: 3px 3px 0px 0px;
444446
}
445447
section.install ul li a.right{
446448
float: right;
@@ -515,7 +517,7 @@ section.install #os-selector li img{
515517
}
516518
section.install #os-selector div{
517519
clear: both;
518-
border-top: 1px #FFE1D6 solid;
520+
border-top: 1px #FFE1D6 solid;
519521
border-bottom: 1px #FFE1D6 solid;
520522
padding: 10px 0px;
521523
margin-bottom:15px;
@@ -601,7 +603,3 @@ ul.team{
601603
ul.team li, ul.coordinators li{
602604
margin-bottom:0px;
603605
}
604-
605-
606-
607-

0 commit comments

Comments
 (0)