Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 61da9c72a6 | |||
| d4cb60c29c |
BIN
releases/slt-1.0.4.tar.gz
Normal file
BIN
releases/slt-1.0.4.tar.gz
Normal file
Binary file not shown.
20
releases/slt-1.0.4.xml
Normal file
20
releases/slt-1.0.4.xml
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
<update>
|
||||||
|
<name>SLT Template</name>
|
||||||
|
<description>Template for the SLT for the Joomla! CMS</description>
|
||||||
|
<element>slt</element>
|
||||||
|
<type>template</type>
|
||||||
|
<client>site</client>
|
||||||
|
<version>1.0.4</version>
|
||||||
|
<downloads>
|
||||||
|
<downloadurl type="full" format="tar.gz">$DL_PREFIX/slt-1.0.4.tar.gz</downloadurl>
|
||||||
|
</downloads>
|
||||||
|
<tags>
|
||||||
|
<tag>stable</tag>
|
||||||
|
<!--<tag>rc</tag>-->
|
||||||
|
<!--<tag>beta</tag>-->
|
||||||
|
<!--<tag>alpha</tag>-->
|
||||||
|
<!--<tag>dev</tag>-->
|
||||||
|
</tags>
|
||||||
|
<maintainer>Christian Wolf</maintainer>
|
||||||
|
<targetplatform name="joomla" version="4[.].*"/>
|
||||||
|
</update>
|
||||||
@@ -1 +1 @@
|
|||||||
3
|
4
|
||||||
|
|||||||
@@ -1,10 +1,11 @@
|
|||||||
@use "../abstract" as abstract;
|
@use "../abstract" as abstract;
|
||||||
|
|
||||||
table:not(.no-responsive-table) {
|
table:not(.no-responsive-table) {
|
||||||
display: block;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
@include abstract.for-narrow-screen {
|
@include abstract.for-narrow-screen {
|
||||||
|
display: block;
|
||||||
|
|
||||||
> tbody {
|
> tbody {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user