Use class for ilovefs lists
This commit is contained in:
parent
d721ca3372
commit
b582051398
@ -6,16 +6,6 @@
|
||||
<head>
|
||||
<title>Ich Liebe Freie Software Tag</title>
|
||||
|
||||
<style type="text/css">
|
||||
ul.ilovefs-ul li::marker {
|
||||
content: '\2665';
|
||||
color: red;
|
||||
}
|
||||
ul.ilovefs-ul li {
|
||||
padding-left: 10px;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body class="article valentine-ilovefs" microformats="h-entry">
|
||||
|
||||
|
@ -6,17 +6,6 @@
|
||||
<head>
|
||||
<title>I Love Free Software Day</title>
|
||||
|
||||
<!-- Change style for bullet points to heart-->
|
||||
<style type="text/css">
|
||||
ul.ilovefs-ul li::marker {
|
||||
content: '\2665';
|
||||
color: red;
|
||||
}
|
||||
ul.ilovefs-ul li {
|
||||
padding-left: 10px;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
</head>
|
||||
<body class="article valentine-ilovefs" microformats="h-entry">
|
||||
|
@ -6,15 +6,6 @@
|
||||
<head>
|
||||
<title>Journée J'aime les Logiciels Libres</title>
|
||||
|
||||
<style type="text/css">
|
||||
ul.ilovefs-ul li::marker {
|
||||
content: '\2665';
|
||||
color: red;
|
||||
}
|
||||
ul.ilovefs-ul li {
|
||||
padding-left: 10px;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body class="article valentine-ilovefs" microformats="h-entry">
|
||||
|
@ -6,15 +6,6 @@
|
||||
<head>
|
||||
<title>Giornata "Io amo il Software Libero"</title>
|
||||
|
||||
<style type="text/css">
|
||||
ul.ilovefs-ul li::marker {
|
||||
content: '\2665';
|
||||
color: red;
|
||||
}
|
||||
ul.ilovefs-ul li {
|
||||
padding-left: 10px;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body class="article valentine-ilovefs" microformats="h-entry">
|
||||
|
@ -6,16 +6,6 @@
|
||||
<head>
|
||||
<title>Ik hou van Vrije Software dag</title>
|
||||
|
||||
<!-- Change style for bullet points to heart-->
|
||||
<style type="text/css">
|
||||
ul.ilovefs-ul li::marker {
|
||||
content: '\2665';
|
||||
color: red;
|
||||
}
|
||||
ul.ilovefs-ul li {
|
||||
padding-left: 10px;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
</head>
|
||||
|
11
look/elements/ilovefs-list.less
Normal file
11
look/elements/ilovefs-list.less
Normal file
@ -0,0 +1,11 @@
|
||||
// ============================================================================
|
||||
// Classes for ilovefs style lists
|
||||
// ============================================================================
|
||||
|
||||
ul.ilovefs-ul li::marker {
|
||||
content: '\2665';
|
||||
color: red;
|
||||
}
|
||||
ul.ilovefs-ul li {
|
||||
padding-left: 10px;
|
||||
}
|
@ -5,6 +5,7 @@
|
||||
@import "elements/figure";
|
||||
@import "elements/footnotes";
|
||||
@import "elements/icon-grid";
|
||||
@import "elements/ilovefs-list";
|
||||
@import "elements/interview-ayc";
|
||||
@import "elements/people";
|
||||
@import "elements/podcast";
|
||||
|
Loading…
x
Reference in New Issue
Block a user