]> git.mxchange.org Git - friendica-addons.git/commitdiff
Coloured box added
authorloma-one <loma-one@noreply.git.friendi.ca>
Wed, 20 Sep 2023 13:32:18 +0000 (15:32 +0200)
committerHypolite Petovan <hypolite@mrpetovan.com>
Fri, 8 Dec 2023 19:50:22 +0000 (20:50 +0100)
pageheader/pageheader.css

index 17ad64c192c6cdcb4deab27df46e11062adc0010..3360522e2ac117bcb4409ea55ea384db3557a4cc 100644 (file)
        width: 100%;
        margin-top: 25px;
        font-size: 20px;
-}
-
-/* The pageheader box */
-.pageheader {
-  padding: 20px;
-  background-color: #2eb885; /* Green */
-  color: white;
-  border: 1px solid transparent;
-  border-radius: 2px;
-  margin-bottom: 15px;
+       /* The pageheader box */
+       padding: 20px;
+       background-color: #2eb885; /* Green */
+       color: white;
+       border: 1px solid transparent;
+       border-radius: 2px;
+       margin-bottom: 15px;
 }