comparison rhodecode/public/css/style.css @ 1858:609ec28bd2d1 beta

changeset: styling a bit
author Aras Pranckevicius <aras@unity3d.com>
date Fri, 06 Jan 2012 22:12:22 +0200
parents 0855c64c571f
children 1f06cd49cb3e
comparison
equal deleted inserted replaced
1857:c577e8211d69 1858:609ec28bd2d1
2127 .changeset_hash { 2127 .changeset_hash {
2128 color: #000000; 2128 color: #000000;
2129 } 2129 }
2130 2130
2131 #changeset_content { 2131 #changeset_content {
2132 border: 1px solid #CCC; 2132 border-left: 1px solid #CCC;
2133 border-right: 1px solid #CCC;
2134 border-bottom: 1px solid #CCC;
2133 padding: 5px; 2135 padding: 5px;
2134 } 2136 }
2135 2137
2136 #changeset_compare_view_content { 2138 #changeset_compare_view_content {
2137 border: 1px solid #CCC; 2139 border: 1px solid #CCC;
2138 padding: 5px; 2140 padding: 5px;
2139 } 2141 }
2140 2142
2141 #changeset_content .container { 2143 #changeset_content .container {
2142 min-height: 120px; 2144 min-height: 100px;
2143 font-size: 1.2em; 2145 font-size: 1.2em;
2144 overflow: hidden; 2146 overflow: hidden;
2145 } 2147 }
2146 2148
2147 #changeset_compare_view_content .compare_view_commits { 2149 #changeset_compare_view_content .compare_view_commits {