mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-11 22:50:49 +00:00

* test/lisp/align-tests.el (align-css): New test. * test/lisp/align-resources/css-mode.erts: New file.
23 lines
358 B
Text
23 lines
358 B
Text
Name: align attributes
|
|
|
|
=-=
|
|
div {
|
|
border: 1px solid black;
|
|
padding: 25px 50px 75px 100px;
|
|
background-color: lightblue;
|
|
}
|
|
p.center {
|
|
text-align: center;
|
|
color: red;
|
|
}
|
|
=-=
|
|
div {
|
|
border: 1px solid black;
|
|
padding: 25px 50px 75px 100px;
|
|
background-color: lightblue;
|
|
}
|
|
p.center {
|
|
text-align: center;
|
|
color: red;
|
|
}
|
|
=-=-=
|