projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
e103de1
)
Rounded corners baby
author
Andy Allan
<andy@gravitystorm.co.uk>
Fri, 17 Dec 2010 17:28:27 +0000
(17:28 +0000)
committer
Tom Hughes
<tom@compton.nu>
Fri, 17 Dec 2010 17:37:12 +0000
(17:37 +0000)
public/stylesheets/common.css
patch
|
blob
|
history
diff --git
a/public/stylesheets/common.css
b/public/stylesheets/common.css
index a202460106d5ac4d056ae931efa95db4e25b092f..88ad07925d5b51898a473ace1203fdbf775f8102 100644
(file)
--- a/
public/stylesheets/common.css
+++ b/
public/stylesheets/common.css
@@
-48,6
+48,8
@@
hr {
height: 150px;
background: #fff;
border: 1px solid #ccd;
height: 150px;
background: #fff;
border: 1px solid #ccd;
+ border-radius: 5px;
+ -moz-border-radius: 5px;
}
#logo h1 {
}
#logo h1 {
@@
-68,6
+70,8
@@
hr {
margin: 10px;
border: 1px solid #ccc;
font-size: 11px;
margin: 10px;
border: 1px solid #ccc;
font-size: 11px;
+ border-radius: 5px;
+ -moz-border-radius: 5px;
}
#intro p { margin: 10px; }
}
#intro p { margin: 10px; }
@@
-87,6
+91,8
@@
hr {
line-height: 1.2em;
text-align: left;
font-size: 14px;
line-height: 1.2em;
text-align: left;
font-size: 14px;
+ border-radius: 5px;
+ -moz-border-radius: 5px;
}
/*
}
/*
@@
-104,6
+110,8
@@
hr {
line-height: 1.2em;
text-align: left;
font-size: 14px;
line-height: 1.2em;
text-align: left;
font-size: 14px;
+ border-radius: 5px;
+ -moz-border-radius: 5px;
}
/* Rules for the menu displayed in the left sidebar */
}
/* Rules for the menu displayed in the left sidebar */
@@
-120,6
+128,8
@@
hr {
text-align: Left;
font-size: 14px;
font-weight: bold;
text-align: Left;
font-size: 14px;
font-weight: bold;
+ border-radius: 5px;
+ -moz-border-radius: 5px;
}
.left_menu td {
}
.left_menu td {
@@
-176,6
+186,8
@@
hr {
text-align: left;
font-size: 12px;
background: #eee;
text-align: left;
font-size: 12px;
background: #eee;
+ border-radius: 5px;
+ -moz-border-radius: 5px;
}
.optionalbox h1 {
}
.optionalbox h1 {
@@
-231,6
+243,8
@@
hr {
line-height: 1.2em;
text-align: center;
font-size: 14px;
line-height: 1.2em;
text-align: center;
font-size: 14px;
+ border-radius: 5px;
+ -moz-border-radius: 5px;
}
/* Rules for Creative Commons logo button */
}
/* Rules for Creative Commons logo button */
@@
-271,6
+285,10
@@
hr {
border: 1px solid #ccc;
text-decoration: none;
color: #333;
border: 1px solid #ccc;
text-decoration: none;
color: #333;
+ border-top-right-radius: 5px;
+ -moz-border-radius-topright: 5px;
+ border-top-left-radius: 5px;
+ -moz-border-radius-topleft: 5px;
}
#tabnav a:link.active, #tabnav a:visited.active
}
#tabnav a:link.active, #tabnav a:visited.active