]> git.mxchange.org Git - friendica-addons.git/commitdiff
Some small CSS fix
authorMichael <heluecht@pirati.ca>
Mon, 11 Dec 2017 05:57:51 +0000 (05:57 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 11 Dec 2017 05:57:51 +0000 (05:57 +0000)
pageheader/pageheader.css
pledgie/pledgie.css
yourls/yourls.css

index 24608edb7622fbddaf11213c8f22db2a0be06a6f..8b3282fb77a9fc5eff2d87a9bf9f25dfb2216ca5 100644 (file)
@@ -17,7 +17,7 @@
 
 .pageheader {
     text-align: center;
-       width 100%;
+       width: 100%;
        margin-top: 25px;
        font-size: 20px;
 }
index 9cb9896d34344c31ffdc9b0b0307781793b21db6..5195871cff12dce08adbbab34d9b0a0f4a580496 100644 (file)
@@ -22,7 +22,7 @@
 
 .pledgie {
     text-align: center;
-       width 100%;
+       width: 100%;
        margin-top: 25px;
        font-size: 20px;
 }
index cfd09c97f5d3f4d1f2960977b6c0078a0222eda4..53743650eaabbcd52ed404654d451ca3e2a8e1df 100644 (file)
@@ -15,7 +15,7 @@ yourls-url {
 
 .yourls {
        text-align: left;
-       width 100%;
+       width: 100%;
        margin-top: 25px;
        font-size: 20px;
 }