Changeset - ac0923f5fc95
[Not reviewed]
beta
0 1 0
Mads Kiilerich - 13 years ago 2013-03-05 17:09:46
madski@unity3d.com
Grafted from: 942a9b135c71
css: consistent space before {

sed -i 's,\([^ ]\){,\1 {,g' `find -name '*.css'`
1 file changed with 4 insertions and 4 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/css/style.css
Show inline comments
 
@@ -311,7 +311,7 @@ div:hover > a.permalink {
 
    border-radius: 0px 0px 4px 4px;
 
}
 

	
 
#header-dd:hover{
 
#header-dd:hover {
 
    opacity: 0.2;
 
    -webkit-transition: opacity 0.5s ease-in-out;
 
    -moz-transition: opacity 0.5s ease-in-out;
 
@@ -4597,11 +4597,11 @@ PULL REQUESTS
 
/*****************************************************************************
 
                                  DIFFS CSS
 
******************************************************************************/
 
.diff-collapse{
 
.diff-collapse {
 
    text-align: center;
 
    margin-bottom: -15px;
 
}
 
.diff-collapse-button{
 
.diff-collapse-button {
 
    cursor: pointer;
 
    color: #666;
 
    font-size: 16px;
 
@@ -4610,7 +4610,7 @@ PULL REQUESTS
 

	
 
}
 

	
 
.diff-container.hidden{
 
.diff-container.hidden {
 
    display: none;
 
    overflow: hidden;
 
}
0 comments (0 inline, 0 general)