Added some uniformity, all css properties and values are separated by a colon and a space :

This commit is contained in:
Koen Punt 2012-11-23 17:33:43 +01:00
parent 755e4a4700
commit 84de1b71d1
26 changed files with 502 additions and 502 deletions

View file

@ -4,7 +4,7 @@
*/
.file_holder {
border:1px solid #BBB;
margin-bottom:1em;
margin-bottom: 1em;
@include solid_shade;
.file_title {
@ -16,20 +16,20 @@
text-align: left;
color: #666;
padding: 9px 10px;
height:18px;
height: 18px;
.options {
float:right;
float: right;
margin-top: -5px;
}
.file_name {
color:$style_color;
font-size:14px;
color: $style_color;
font-size: 14px;
text-shadow: 0 1px 1px #fff;
small {
color:#999;
font-size:13px;
font-size: 13px;
}
}
}
@ -42,7 +42,7 @@
code {
padding:0 4px;
}
padding:20px;
padding: 20px;
h1, h2 {
line-height: 46px;
}
@ -53,10 +53,10 @@
&.image_file {
background:#eee;
text-align:center;
text-align: center;
img {
padding:100px;
max-width:300px;
padding: 100px;
max-width: 300px;
}
}
@ -69,34 +69,34 @@
*/
&.blame {
table {
border:none;
box-shadow:none;
margin:0;
border: none;
box-shadow: none;
margin: 0;
}
tr {
border-bottom: 1px solid #eee;
}
td {
&:first-child {
border-left:none;
border-left: none;
}
&:last-child {
border-right:none;
border-right: none;
}
background:#fff;
padding:5px;
padding: 5px;
}
.author,
.blame_commit {
background:#f5f5f5;
vertical-align:top;
vertical-align: top;
}
.lines {
pre {
padding:0;
margin:0;
border:none;
border-radius: 0;
padding: 0;
margin: 0;
background: none;
border: none;
}
}
}
@ -107,22 +107,22 @@
overflow-y: auto;
ol {
margin-left:40px;
margin-left: 40px;
padding: 10px 0;
border-left: 1px solid #CCC;
margin-bottom:0;
margin-bottom: 0;
background: white;
li {
color:#888;
p {
margin:0;
margin: 0;
color:#333;
line-height:24px;
line-height: 24px;
padding-left: 10px;
}
&:hover {
background:$hover;
background: $hover;
}
}
}