efcdc4b2 by bootflat

update site.css

1 parent e83de51d
...@@ -295,7 +295,6 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { ...@@ -295,7 +295,6 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
295 height:100px; 295 height:100px;
296 line-height:15px; 296 line-height:15px;
297 overflow:hidden; 297 overflow:hidden;
298 width:280px
299 } 298 }
300 .carbon-img{ 299 .carbon-img{
301 border:none; 300 border:none;
...@@ -308,7 +307,7 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { ...@@ -308,7 +307,7 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
308 .carbon-text{ 307 .carbon-text{
309 display:inline; 308 display:inline;
310 float:left; 309 float:left;
311 width:142px; 310 width:162px;
312 } 311 }
313 .carbon-text a{ 312 .carbon-text a{
314 color:#000; 313 color:#000;
...@@ -316,6 +315,7 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { ...@@ -316,6 +315,7 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
316 text-transform:none; 315 text-transform:none;
317 } 316 }
318 .carbon-poweredby { 317 .carbon-poweredby {
318 float: right;
319 margin-top:9px; 319 margin-top:9px;
320 text-align:center; 320 text-align:center;
321 color:#999 321 color:#999
......
This diff could not be displayed because it is too large.