repo.or.cz
/
openemr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Brought in bootstrap-rtl and validate.js packages via bower for Matrix's patient...
[openemr.git]
/
public
/
assets
/
bootstrap-rtl-3-3-4
/
less
/
list-group-rtl.less
blob
67734f7e44666d59b32eec6bbaaa9b4ef34af9f7
1
//
2
// List groups
3
// --------------------------------------------------
4
5
6
// Base class
7
//
8
// Easily usable on <ul>, <ol>, or <div>.
9
10
.list-group {
11
padding-right: 0; // reset padding because ul and ol
12
padding-left: initial;
13
}
14