welcome_css 0.8 → 0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 841a21ad43e353bb0e2d19a2612446c809774e6ddd424307a37c890798724c7c
         | 
| 4 | 
            +
              data.tar.gz: 43eb0736203bf172a0c44e7322b372deb7a5afc4bf8c7a7abe2c8d337ea878da
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: edea5ca8247869aa698a425c296db88c42608ca3570a4bf54341771d7d8546ce6ff2774776c91469c88a35d14d23ca6bcc085397dada7f6450bc5c9e72339b84
         | 
| 7 | 
            +
              data.tar.gz: 10adbcd20631c4c10b3fdf092c373c1aa8d628ef53bf082ad8bae82b9bfbe101b38b0a1968b5a2bc0e8da81c8b62db71a37ffb86a211192a40e9d2365b0a7e84
         | 
| @@ -806,6 +806,12 @@ table .ui-table-row { | |
| 806 806 | 
             
              padding: 15px 20px;
         | 
| 807 807 | 
             
              min-height: 300px;
         | 
| 808 808 | 
             
            }
         | 
| 809 | 
            +
            .am-content .widget {
         | 
| 810 | 
            +
              float: none;
         | 
| 811 | 
            +
              padding: 0;
         | 
| 812 | 
            +
              background-color: transparent;
         | 
| 813 | 
            +
              border: none;
         | 
| 814 | 
            +
            }
         | 
| 809 815 | 
             
            .widget .widget-title {
         | 
| 810 816 | 
             
              font-size: 18px;
         | 
| 811 817 | 
             
              line-height: 22px;
         | 
    
        data/lib/welcome_css/version.rb
    CHANGED