diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-08-06 22:19:36 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-08-06 22:19:36 -0400 |
commit | 1dc947eac4c67770deb1ea04b2e7a63ceb6241a7 (patch) | |
tree | 906d05de69df87a88d3205e6f9a5d5cbd0b7fbc9 /assets/css/src/listing.css | |
parent | 411a66c8cb58c73ef493ff030a4659f6ea0c51a6 (diff) |
Convert vanilla CSS to SASS
Diffstat (limited to 'assets/css/src/listing.css')
-rw-r--r-- | assets/css/src/listing.css | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/assets/css/src/listing.css b/assets/css/src/listing.css deleted file mode 100644 index e96197e4..00000000 --- a/assets/css/src/listing.css +++ /dev/null @@ -1,21 +0,0 @@ -/* listing block */ -.listing { - border-radius: 4px; - padding: 8px 35px 8px 14px; - margin-bottom: 20px; - border: 1px solid #ddd; - color: #333; - background-color: #fcfcfc; - overflow: auto; -} - -.listing li { - list-style-type: square; - margin-left: 20px; - margin-bottom: 3px; -} - -.listing ul { - margin-top: 15px; - margin-bottom: 15px; -}
\ No newline at end of file |