Commit 44664184e0206403c4f3f547e2c0bf34bbb0213e

Authored by Macartur Sousa
1 parent 5f531f87
Exists in stable

Fixed syntax errors in style.css

Showing 2 changed files with 10 additions and 8 deletions   Show diff stats
pagina_software.css
... ... @@ -47,7 +47,8 @@
47 47 font-size: 30px;
48 48 line-height: 1.1em;
49 49 font-family: Arial, open_sansbold, Helvetica, sans-serif;
50   - font-weight: bold;}
  50 + font-weight: bold;
  51 +}
51 52  
52 53 #col-software-name B{
53 54 font-weight: normal;
... ... @@ -57,7 +58,7 @@
57 58 }
58 59 #col-software-name {
59 60 font-style: normal;
60   - vertical-align:top; !important;
  61 + vertical-align:top !important;
61 62 }
62 63  
63 64  
... ... @@ -375,7 +376,7 @@ border-color: #3a70d1; /*#205c90;*/
375 376 #content .box-1 .tags-block .block-footer-content a{
376 377 background: none;
377 378 border: none;
378   - border-radius: none;
  379 + border-radius: 0px;
379 380 top:-5px;
380 381 font-size:0px;
381 382 }
... ... @@ -607,4 +608,4 @@ border:
607 608 .pagination{
608 609 border-top:3px solid #172738;
609 610 margin-top:40px;
610   -}
611 611 \ No newline at end of file
  612 +}
... ...
style.css
... ... @@ -98,6 +98,7 @@ url("fonts/opensans-800-webfont.ttf") format("truetype"),
98 98 url("fonts/opensans-800-webfont.svg#open_sansextrabold") format("svg");
99 99 }
100 100 /* */
  101 +}
101 102  
102 103  
103 104 #theme-header {
... ... @@ -249,7 +250,7 @@ p {
249 250  
250 251 .action-account-signup #signup-form-header,
251 252 .action-account-signup #signup-form-profile {
252   - float: center;
  253 + /* float: center;*/
253 254 margin: 1px auto 5px;
254 255 width: 60%;
255 256 }
... ... @@ -722,8 +723,8 @@ p {
722 723  
723 724 #content .profile-info-options input.button:hover,
724 725 #content .profile-info-options a.button:hover {
725   - background-color: #ccc;
726   - border: 1pxpx solid #CCC;
  726 + background-color: #ccc;
  727 + border: 1px solid #CCC;
727 728 }
728 729  
729 730  
... ... @@ -1293,7 +1294,7 @@ div#article-parent {
1293 1294 }
1294 1295  
1295 1296 #content .button-bar a.icon-cancel span{
1296   - vertical-align: text-middle;
  1297 + vertical-align: middle;
1297 1298 }
1298 1299  
1299 1300 input.button.with-text {
... ...